mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 17:14:15 +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: {
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user