From 88acb8d276e49a3b036e8d68dfb133de6c8c8dad Mon Sep 17 00:00:00 2001 From: net-tech <74873375+net-tech@users.noreply.github.com> Date: Mon, 26 Dec 2022 23:13:41 +0100 Subject: [PATCH] remove from structures --- packages/discord.js/src/structures/Attachment.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/discord.js/src/structures/Attachment.js b/packages/discord.js/src/structures/Attachment.js index 11a456431..ed4182179 100644 --- a/packages/discord.js/src/structures/Attachment.js +++ b/packages/discord.js/src/structures/Attachment.js @@ -14,7 +14,6 @@ const { basename, flatten } = require('../util/Util'); */ class Attachment { constructor(data) { - this.attachment = data.url; /** * The name of this attachment * @type {string}