remove from structures

This commit is contained in:
net-tech
2022-12-26 23:13:41 +01:00
committed by GitHub
parent b0a5c5246b
commit 88acb8d276

View File

@@ -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}