summary refs log tree commit diff
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-04-16 08:48:01 +0300
committerGitHub <noreply@github.com>2022-04-16 08:48:01 +0300
commit97be7e14fd88b659f35bda4fe66c9b6f5dfd7576 (patch)
treebac35f01059808dd6cacec9168d255e2c2c2017d
parentUpdate Identify.ts (diff)
downloadserver-97be7e14fd88b659f35bda4fe66c9b6f5dfd7576.tar.xz
jumbo and lobbies are indeed different
-rw-r--r--util/src/util/Intents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/src/util/Intents.ts b/util/src/util/Intents.ts
index 8b8915a1..68826145 100644
--- a/util/src/util/Intents.ts
+++ b/util/src/util/Intents.ts
@@ -22,7 +22,7 @@ export class Intents extends BitField {
 		GUILD_ROUTES: BigInt(1) << BigInt(41), // message routes affecting the guild
 		DIRECT_MESSAGES_THREADS: BigInt(1) << BigInt(42),  // direct message threads
 		JUMBO_EVENTS: BigInt(1) << BigInt(43), // jumbo events (size limits to be defined later)
-		LOBBIES: BigInt(1) << BigInt(43), // lobbies
+		LOBBIES: BigInt(1) << BigInt(44), // lobbies
 		INSTANCE_ROUTES: BigInt(1) << BigInt(60), // all message route changes 
 		INSTANCE_GUILD_CHANGES: BigInt(1) << BigInt(61), // all guild create, guild object patch and guild delete events
 		INSTANCE_POLICY_UPDATES: BigInt(1) << BigInt(62), // all instance policy updates