docs(Attachment): remove constructor doc (#8009)

This commit is contained in:
Almeida
2022-06-05 22:28:18 +01:00
committed by GitHub
parent 6aa623240e
commit 0a7953e463

View File

@@ -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;
/**