diff options
| author | Fuwn <[email protected]> | 2025-10-06 20:33:04 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-06 20:33:09 -0700 |
| commit | 7c81d45c23db1b6011bf9d5fcf40d8b92c38b2ba (patch) | |
| tree | fc693701d07c0e7856097c7ec5b48662d612608d /packages/shared | |
| parent | refactor(gateway): Move magic IDs to shared constants (diff) | |
| download | umabotdiscord-7c81d45c23db1b6011bf9d5fcf40d8b92c38b2ba.tar.xz umabotdiscord-7c81d45c23db1b6011bf9d5fcf40d8b92c38b2ba.zip | |
refactor(gateway): Replace uses of old GUILD_ID constant
Diffstat (limited to 'packages/shared')
| -rw-r--r-- | packages/shared/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/shared/index.ts b/packages/shared/index.ts index fd01943..60ae52f 100644 --- a/packages/shared/index.ts +++ b/packages/shared/index.ts @@ -1,6 +1,5 @@ export const CENTRAL_GUILD_ID = "1406422617724026901"; export const ROLEPLAY_GUILD_ID = "1423919136974835782"; -export const GUILD_ID = CENTRAL_GUILD_ID; export const CENTRAL_MESSAGE_LOG_CHANNEL_ID = "1422501525678198855"; export const ROLEPLAY_MESSAGE_LOG_CHANNEL_ID = "1423919143920603141"; export const CENTRAL_UMAGRAM_CHANNEL_ID = "1419523288001937458"; |