diff options
Diffstat (limited to 'packages/gateway/src/constants.ts')
| -rw-r--r-- | packages/gateway/src/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gateway/src/constants.ts b/packages/gateway/src/constants.ts index c660644..52d1f24 100644 --- a/packages/gateway/src/constants.ts +++ b/packages/gateway/src/constants.ts @@ -1 +1 @@ -export { GUILD_ID } from "../../shared"; +export { GUILD_ID, CENTRAL_GUILD_ID, ROLEPLAY_GUILD_ID } from "../../shared"; |