From 0a7953e46310c77483d277539b47f1a7ab051fd9 Mon Sep 17 00:00:00 2001 From: Almeida Date: Sun, 5 Jun 2022 22:28:18 +0100 Subject: [PATCH] docs(Attachment): remove constructor doc (#8009) --- packages/discord.js/src/structures/Attachment.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/discord.js/src/structures/Attachment.js b/packages/discord.js/src/structures/Attachment.js index ed547e437..e0662d1af 100644 --- a/packages/discord.js/src/structures/Attachment.js +++ b/packages/discord.js/src/structures/Attachment.js @@ -13,10 +13,6 @@ const Util = require('../util/Util'); * Represents an attachment */ class Attachment { - /** - * @param {APIAttachment} data Attachment data - * @private - */ constructor({ url, filename, ...data }) { this.attachment = url; /**