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}