From caf96339e02b22ecc60776fec09e75534779a7ac Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Wed, 3 May 2017 17:50:08 -0500 Subject: [PATCH] Update GuildAuditLogs.js (#1456) --- src/structures/GuildAuditLogs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/structures/GuildAuditLogs.js b/src/structures/GuildAuditLogs.js index 1e1f70b8b..3c3a0b7ee 100644 --- a/src/structures/GuildAuditLogs.js +++ b/src/structures/GuildAuditLogs.js @@ -37,6 +37,7 @@ const Actions = { EMOJI_CREATE: 60, EMOJI_UPDATE: 61, EMOJI_DELETE: 62, + MESSAGE_DELETE: 72, }; @@ -112,6 +113,7 @@ class GuildAuditLogs { Actions.INVITE_DELETE, Actions.WEBHOOK_DELETE, Actions.EMOJI_DELETE, + Actions.MESSAGE_DELETE, ].includes(action)) return 'DELETE'; if ([