feat(Message): allow removing attachments (#5557)

This commit is contained in:
Jan
2021-05-10 10:56:33 +02:00
committed by GitHub
parent 3392eb7de2
commit ca9e5a0ee1
3 changed files with 12 additions and 0 deletions

View File

@@ -196,6 +196,7 @@ class APIMessage {
typeof content === 'undefined' && typeof message_reference === 'undefined' ? undefined : allowedMentions,
flags,
message_reference,
attachments: this.options.attachments,
};
return this;
}