From 29ead897d6960032129e94222dede1fb077027d4 Mon Sep 17 00:00:00 2001 From: Snazzah Date: Mon, 29 May 2017 16:53:23 -0500 Subject: [PATCH] Add MEMBER_ROLE_UPDATE to returning 'UPDATE' array (#1538) (#1542) --- src/structures/GuildAuditLogs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structures/GuildAuditLogs.js b/src/structures/GuildAuditLogs.js index 8cc95779a..9dd326637 100644 --- a/src/structures/GuildAuditLogs.js +++ b/src/structures/GuildAuditLogs.js @@ -122,6 +122,7 @@ class GuildAuditLogs { Actions.CHANNEL_UPDATE, Actions.CHANNEL_OVERWRITE_UPDATE, Actions.MEMBER_UPDATE, + Actions.MEMBER_ROLE_UPDATE, Actions.ROLE_UPDATE, Actions.INVITE_UPDATE, Actions.WEBHOOK_UPDATE,