diff --git a/labscore/client.js b/labscore/client.js index 40a54bc..d9b1f51 100644 --- a/labscore/client.js +++ b/labscore/client.js @@ -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',