diff --git a/src/index.js b/src/index.js index 4fd43fc2..9d525a2b 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'),