mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 17:34:13 +02:00
feat(arabot): add more intents
This commit is contained in:
parent
9cb0321cae
commit
333856d33f
14
src/index.ts
14
src/index.ts
@ -30,9 +30,17 @@ const client = new SapphireClient({
|
||||
logger: {
|
||||
level: LogLevel.Debug,
|
||||
},
|
||||
intents:
|
||||
['GUILDS',
|
||||
'GUILD_MESSAGES'],
|
||||
intents: [
|
||||
'GUILDS',
|
||||
'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
|
||||
|
Loading…
x
Reference in New Issue
Block a user