diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index d922372d7567..1c36f7f0c754 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -1982,7 +1982,7 @@ export class Attachment { public ephemeral: boolean; public height: number | null; public id: Snowflake; - public name: string | null; + public name: string; public proxyURL: string; public size: number; public get spoiler(): boolean;