feat(arabot): add more intents

This commit is contained in:
Anthony 2022-07-11 01:17:08 +01:00
parent 9cb0321cae
commit 333856d33f

View File

@ -30,9 +30,17 @@ const client = new SapphireClient({
logger: { logger: {
level: LogLevel.Debug, level: LogLevel.Debug,
}, },
intents: intents: [
['GUILDS', 'GUILDS',
'GUILD_MESSAGES'], 'GUILD_MEMBERS',
'GUILD_BANS',
'GUILD_EMOJIS_AND_STICKERS',
'GUILD_VOICE_STATES',
'GUILD_MESSAGES',
'GUILD_MESSAGE_REACTIONS',
'DIRECT_MESSAGES',
'DIRECT_MESSAGE_REACTIONS',
],
}); });
// Main function to log in // Main function to log in