mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Expose GuildAuditLogs
This commit is contained in:
@@ -34,6 +34,7 @@ module.exports = {
|
|||||||
Game: require('./structures/Presence').Game,
|
Game: require('./structures/Presence').Game,
|
||||||
GroupDMChannel: require('./structures/GroupDMChannel'),
|
GroupDMChannel: require('./structures/GroupDMChannel'),
|
||||||
Guild: require('./structures/Guild'),
|
Guild: require('./structures/Guild'),
|
||||||
|
GuildAuditLogs: require('./structures/GuildAuditLogs'),
|
||||||
GuildChannel: require('./structures/GuildChannel'),
|
GuildChannel: require('./structures/GuildChannel'),
|
||||||
GuildMember: require('./structures/GuildMember'),
|
GuildMember: require('./structures/GuildMember'),
|
||||||
Invite: require('./structures/Invite'),
|
Invite: require('./structures/Invite'),
|
||||||
|
|||||||
Reference in New Issue
Block a user