more intents

This commit is contained in:
derpystuff 2022-09-04 00:44:04 +02:00
parent 69e96015a0
commit 689b254e4e

View file

@ -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',