summaryrefslogtreecommitdiff
path: root/packages/gateway/src/constants.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-10-06 20:17:25 -0700
committerFuwn <[email protected]>2025-10-06 20:17:25 -0700
commitbe03f813a7d4679faa9e6d8354bb03fb1d89a04d (patch)
tree1ed8ce22af769fcbee5b33158a93b0a7ec8fe6c2 /packages/gateway/src/constants.ts
parentrefactor(gateway): Move all guild IDs to shared constants (diff)
downloadumabotdiscord-be03f813a7d4679faa9e6d8354bb03fb1d89a04d.tar.xz
umabotdiscord-be03f813a7d4679faa9e6d8354bb03fb1d89a04d.zip
refactor(gateway): Move most channel IDs to shared constants
Diffstat (limited to 'packages/gateway/src/constants.ts')
-rw-r--r--packages/gateway/src/constants.ts17
1 files changed, 16 insertions, 1 deletions
diff --git a/packages/gateway/src/constants.ts b/packages/gateway/src/constants.ts
index 52d1f24..54f9903 100644
--- a/packages/gateway/src/constants.ts
+++ b/packages/gateway/src/constants.ts
@@ -1 +1,16 @@
-export { GUILD_ID, CENTRAL_GUILD_ID, ROLEPLAY_GUILD_ID } from "../../shared";
+export {
+ GUILD_ID,
+ CENTRAL_GUILD_ID,
+ ROLEPLAY_GUILD_ID,
+ CENTRAL_MESSAGE_LOG_CHANNEL_ID,
+ ROLEPLAY_MESSAGE_LOG_CHANNEL_ID,
+ CENTRAL_UMAGRAM_CHANNEL_ID,
+ ROLEPLAY_UMAGRAM_CHANNEL_ID,
+ CENTRAL_VOICE_CHANNEL_ID,
+ ROLEPLAY_VOICE_CHANNEL_ID,
+ CENTRAL_ANNOUNCEMENTS_CHANNEL_ID,
+ ROLEPLAY_ANNOUNCEMENTS_CHANNEL_ID,
+ CENTRAL_ART_MEDIA_CHANNEL_ID,
+ CENTRAL_ART_MEDIA_NSFW_CHANNEL_ID,
+ CENTRAL_USER_NSFW_APPLICATIONS_LOG_CHANNEL_ID
+} from "../../shared";