Webpack build for branch master: caf96339e0

This commit is contained in:
Travis CI 2017-05-03 22:52:08 +00:00
parent f00c79c260
commit d92a3e3333
2 changed files with 3 additions and 1 deletions

View file

@ -13091,6 +13091,7 @@ const Actions = {
EMOJI_CREATE: 60,
EMOJI_UPDATE: 61,
EMOJI_DELETE: 62,
MESSAGE_DELETE: 72,
};
@ -13166,6 +13167,7 @@ class GuildAuditLogs {
Actions.INVITE_DELETE,
Actions.WEBHOOK_DELETE,
Actions.EMOJI_DELETE,
Actions.MESSAGE_DELETE,
].includes(action)) return 'DELETE';
if ([

File diff suppressed because one or more lines are too long