mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
MessageDelete handling
This commit is contained in:
@@ -100,6 +100,7 @@ const Events = exports.Events = {
|
||||
WARN: 'warn',
|
||||
GUILD_MEMBERS_CHUNK: 'guildMembersChunk',
|
||||
MESSAGE_CREATE: 'message',
|
||||
MESSAGE_DELETE: 'messageDelete',
|
||||
};
|
||||
|
||||
const WSEvents = exports.WSEvents = {
|
||||
|
||||
Reference in New Issue
Block a user