Skip to content

Commit

Permalink
docs(Attachment): remove constructor doc (#8009)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Jun 5, 2022
1 parent 6aa6232 commit 0a7953e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/discord.js/src/structures/Attachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 0a7953e

Please sign in to comment.