mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
feat(Message): allow removing attachments (#5557)
This commit is contained in:
@@ -196,6 +196,7 @@ class APIMessage {
|
||||
typeof content === 'undefined' && typeof message_reference === 'undefined' ? undefined : allowedMentions,
|
||||
flags,
|
||||
message_reference,
|
||||
attachments: this.options.attachments,
|
||||
};
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user