diff options
| author | Fuwn <[email protected]> | 2025-10-06 19:51:43 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-06 19:51:43 -0700 |
| commit | e2e9e13f91b0e65c50cc53526a40adab7d4cf9ed (patch) | |
| tree | a02ec4e4741498e852296892a842050745afc718 /packages/shared | |
| parent | feat(gateway:listeners): Add roleplayThumbsUpReaction module (diff) | |
| download | umabotdiscord-e2e9e13f91b0e65c50cc53526a40adab7d4cf9ed.tar.xz umabotdiscord-e2e9e13f91b0e65c50cc53526a40adab7d4cf9ed.zip | |
refactor(gateway): Move all guild IDs to shared constants
Diffstat (limited to 'packages/shared')
| -rw-r--r-- | packages/shared/index.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/shared/index.ts b/packages/shared/index.ts index 70da8b1..5da398d 100644 --- a/packages/shared/index.ts +++ b/packages/shared/index.ts @@ -1,4 +1,6 @@ -export const GUILD_ID = "1406422617724026901"; +export const CENTRAL_GUILD_ID = "1406422617724026901"; +export const ROLEPLAY_GUILD_ID = "1423919136974835782"; +export const GUILD_ID = CENTRAL_GUILD_ID; export const COLOR_ROLE_IDS = [ "1407075059830624406", // Nice Nature Red "1407075160250650664", // Taiki Shuttle Green |