From b0a5c5246b82f5575b64aa38fd81582586a55a8d Mon Sep 17 00:00:00 2001 From: net-tech <74873375+net-tech@users.noreply.github.com> Date: Mon, 26 Dec 2022 22:56:32 +0100 Subject: [PATCH] typings(Attachment): remove attachment property --- packages/discord.js/typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) 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;