mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Expose GuildAuditLogs
This commit is contained in:
parent
51a2e465bd
commit
135d9e3ea0
1 changed files with 1 additions and 0 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue