summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-07-06 20:17:02 +0200
committerRory& <root@rory.gay>2025-07-06 20:17:02 +0200
commita3e597cafeef45022503b4d6defe36e106756f77 (patch)
tree36f4f3154fd37886f857194425bcfa7d43f3392b /src
parentUse discord names for intents (diff)
downloadserver-ts-a3e597cafeef45022503b4d6defe36e106756f77.tar.xz
Move erkinalp intents out
Diffstat (limited to 'src')
-rw-r--r--src/util/util/Intents.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/util/Intents.ts b/src/util/util/Intents.ts

index b7ade85da..25fd5f15a 100644 --- a/src/util/util/Intents.ts +++ b/src/util/util/Intents.ts
@@ -38,6 +38,9 @@ export class Intents extends BitField { GUILD_MESSAGES_CONTENT: BigInt(1) << BigInt(15), // guild message content AUTO_MODERATION_CONFIGURATION: BigInt(1) << BigInt(20), // guild policies AUTO_MODERATION_EXECUTION: BigInt(1) << BigInt(21), // guild policy execution + }; + + static ERKINALP_FLAGS = { LIVE_MESSAGE_COMPOSITION: BigInt(1) << BigInt(32), // allow composing messages using the gateway GUILD_ROUTES: BigInt(1) << BigInt(41), // message routes affecting the guild DIRECT_MESSAGES_THREADS: BigInt(1) << BigInt(42), // direct message threads