mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch master: caf96339e0
This commit is contained in:
parent
f00c79c260
commit
d92a3e3333
2 changed files with 3 additions and 1 deletions
|
|
@ -13091,6 +13091,7 @@ const Actions = {
|
||||||
EMOJI_CREATE: 60,
|
EMOJI_CREATE: 60,
|
||||||
EMOJI_UPDATE: 61,
|
EMOJI_UPDATE: 61,
|
||||||
EMOJI_DELETE: 62,
|
EMOJI_DELETE: 62,
|
||||||
|
MESSAGE_DELETE: 72,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -13166,6 +13167,7 @@ class GuildAuditLogs {
|
||||||
Actions.INVITE_DELETE,
|
Actions.INVITE_DELETE,
|
||||||
Actions.WEBHOOK_DELETE,
|
Actions.WEBHOOK_DELETE,
|
||||||
Actions.EMOJI_DELETE,
|
Actions.EMOJI_DELETE,
|
||||||
|
Actions.MESSAGE_DELETE,
|
||||||
].includes(action)) return 'DELETE';
|
].includes(action)) return 'DELETE';
|
||||||
|
|
||||||
if ([
|
if ([
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue