mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03: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
|
* Represents an attachment
|
||||||
*/
|
*/
|
||||||
class Attachment {
|
class Attachment {
|
||||||
/**
|
|
||||||
* @param {APIAttachment} data Attachment data
|
|
||||||
* @private
|
|
||||||
*/
|
|
||||||
constructor({ url, filename, ...data }) {
|
constructor({ url, filename, ...data }) {
|
||||||
this.attachment = url;
|
this.attachment = url;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user