diff options
| author | Fuwn <[email protected]> | 2025-10-15 18:01:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-10-15 18:01:16 -0700 |
| commit | 020782898fa31724da0d751e575936f79b063d30 (patch) | |
| tree | cd669572feafb346aa36d31cb5b7ab3970bb6dc6 /packages/interactions/server.ts | |
| parent | feat(gateway:rtur): Track additional channel (diff) | |
| download | umabotdiscord-020782898fa31724da0d751e575936f79b063d30.tar.xz umabotdiscord-020782898fa31724da0d751e575936f79b063d30.zip | |
feat(gateway:commands): Add gate toggling command
Diffstat (limited to 'packages/interactions/server.ts')
| -rw-r--r-- | packages/interactions/server.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/interactions/server.ts b/packages/interactions/server.ts index b1b076a..a6cef92 100644 --- a/packages/interactions/server.ts +++ b/packages/interactions/server.ts @@ -31,6 +31,7 @@ import { JSONResponse } from "./discord/responses.ts"; import { verifyDiscordRequest } from "./discord/verification.ts"; import { CENTRAL_GUILD_ID, + ROLEPLAY_GUILD_ID, COLOR_ROLE_IDS, CENTRAL_STAFF_ROLES, CENTRAL_PRIVILEGED_ACCESS_ROLE_ID, |