summary refs log tree commit diff
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-04-16 09:03:23 +0300
committerGitHub <noreply@github.com>2022-04-16 09:03:23 +0300
commit0b37c83dce0153795f62f5e36848e1f82509cc30 (patch)
treebd82d66328497412fd941833fbfd39abfa1b1961
parentjumbo and lobbies are indeed different (diff)
downloadserver-0b37c83dce0153795f62f5e36848e1f82509cc30.tar.xz
Update Intents.ts
-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 68826145..d9a60e4a 100644 --- a/util/src/util/Intents.ts +++ b/util/src/util/Intents.ts
@@ -24,7 +24,7 @@ export class Intents extends BitField { JUMBO_EVENTS: BigInt(1) << BigInt(43), // jumbo events (size limits to be defined later) 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_GUILD_CHANGES: BigInt(1) << BigInt(61), // all guild create, guild object patch, split, merge and delete events INSTANCE_POLICY_UPDATES: BigInt(1) << BigInt(62), // all instance policy updates INSTANCE_USER_UPDATES: BigInt(1) << BigInt(63) // all instance user updates };