From 689b254e4e6f9aa0cf40d23883b425d8d8438391 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 4 Sep 2022 00:44:04 +0200 Subject: [PATCH] more intents --- labscore/client.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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',