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 77ef6cd..c660644 100644 --- a/packages/gateway/src/constants.ts +++ b/packages/gateway/src/constants.ts @@ -1 +1 @@ -export const GUILD_ID = "1406422617724026901"; +export { GUILD_ID } from "../../shared"; |