Skip to content

Commit

Permalink
remove from structures
Browse files Browse the repository at this point in the history
  • Loading branch information
net-tech committed Dec 26, 2022
1 parent b0a5c52 commit 88acb8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/discord.js/src/structures/Attachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 88acb8d

Please sign in to comment.