Skip to content

Commit

Permalink
Update GuildAuditLogs.js (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
devsnek authored and iCrawl committed May 3, 2017
1 parent ac5d4d1 commit caf9633
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/structures/GuildAuditLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const Actions = {
EMOJI_CREATE: 60,
EMOJI_UPDATE: 61,
EMOJI_DELETE: 62,
MESSAGE_DELETE: 72,
};


Expand Down Expand Up @@ -112,6 +113,7 @@ class GuildAuditLogs {
Actions.INVITE_DELETE,
Actions.WEBHOOK_DELETE,
Actions.EMOJI_DELETE,
Actions.MESSAGE_DELETE,
].includes(action)) return 'DELETE';

if ([
Expand Down

0 comments on commit caf9633

Please sign in to comment.