mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-07 21:53:07 -04:00
more intents
This commit is contained in:
parent
69e96015a0
commit
689b254e4e
1 changed files with 6 additions and 1 deletions
|
@ -9,7 +9,12 @@ const cluster = new ClusterClient("", {
|
|||
identifyProperties: {
|
||||
$browser: 'Discord Android',
|
||||
},
|
||||
intents: [ GatewayIntents.GUILDS, GatewayIntents.GUILD_MESSAGES ],
|
||||
intents: [
|
||||
GatewayIntents.GUILDS,
|
||||
GatewayIntents.GUILD_MESSAGES,
|
||||
GatewayIntents.GUILD_EMOJIS,
|
||||
GatewayIntents.GUILD_MEMBERS
|
||||
],
|
||||
presence: {
|
||||
activity: {
|
||||
name: 'v2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue