From a3e597cafeef45022503b4d6defe36e106756f77 Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 6 Jul 2025 20:17:02 +0200 Subject: [PATCH] Move erkinalp intents out --- src/util/util/Intents.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/util/Intents.ts b/src/util/util/Intents.ts index b7ade85d..25fd5f15 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