mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -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: {
|
identifyProperties: {
|
||||||
$browser: 'Discord Android',
|
$browser: 'Discord Android',
|
||||||
},
|
},
|
||||||
intents: [ GatewayIntents.GUILDS, GatewayIntents.GUILD_MESSAGES ],
|
intents: [
|
||||||
|
GatewayIntents.GUILDS,
|
||||||
|
GatewayIntents.GUILD_MESSAGES,
|
||||||
|
GatewayIntents.GUILD_EMOJIS,
|
||||||
|
GatewayIntents.GUILD_MEMBERS
|
||||||
|
],
|
||||||
presence: {
|
presence: {
|
||||||
activity: {
|
activity: {
|
||||||
name: 'v2',
|
name: 'v2',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue