From 2f1eb71a3ffd371b266fcf4dcb99e257468e6fd7 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 125844deb..decc940c2 100644 --- a/src/structures/GuildAuditLogs.js +++ b/src/structures/GuildAuditLogs.js @@ -121,6 +121,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,