mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 12:40:50 +00:00
Webpack build for branch 11.1-dev: 712305dece
This commit is contained in:
parent
2c6e095d60
commit
f00c79c260
2 changed files with 3 additions and 1 deletions
|
|
@ -13017,6 +13017,7 @@ const Actions = {
|
||||||
EMOJI_CREATE: 60,
|
EMOJI_CREATE: 60,
|
||||||
EMOJI_UPDATE: 61,
|
EMOJI_UPDATE: 61,
|
||||||
EMOJI_DELETE: 62,
|
EMOJI_DELETE: 62,
|
||||||
|
MESSAGE_DELETE: 72,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -13092,6 +13093,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.11.1-dev.min.js
vendored
2
discord.11.1-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue