From 135d9e3ea0f45faa2f9f46f908d45a3cf11b6436 Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Mon, 1 May 2017 15:25:21 +0100 Subject: [PATCH] Expose GuildAuditLogs --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 4fd43fc2c..9d525a2b6 100644 --- a/src/index.js +++ b/src/index.js @@ -34,6 +34,7 @@ module.exports = { Game: require('./structures/Presence').Game, GroupDMChannel: require('./structures/GroupDMChannel'), Guild: require('./structures/Guild'), + GuildAuditLogs: require('./structures/GuildAuditLogs'), GuildChannel: require('./structures/GuildChannel'), GuildMember: require('./structures/GuildMember'), Invite: require('./structures/Invite'),