mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
backport: deleted property
This commit is contained in:
@@ -20,6 +20,7 @@ class MessageDeleteAction extends Action {
|
||||
} else {
|
||||
message = this.deleted.get(channel.id + data.id) || null;
|
||||
}
|
||||
if (message) message.deleted = true;
|
||||
}
|
||||
|
||||
return { message };
|
||||
|
||||
Reference in New Issue
Block a user