diff --git a/packages/discord.js/typings/index.d.ts b/packages/discord.js/typings/index.d.ts index 5ba9d4ba0..897ebcf1a 100644 --- a/packages/discord.js/typings/index.d.ts +++ b/packages/discord.js/typings/index.d.ts @@ -1971,7 +1971,6 @@ export class AttachmentBuilder { export class Attachment { private constructor(data: APIAttachment); - public attachment: BufferResolvable | Stream; public contentType: string | null; public description: string | null; public ephemeral: boolean;