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'),