mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(Attachment): remove constructor doc (#8009)
This commit is contained in:
@@ -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;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user