summaryrefslogtreecommitdiff
path: root/packages/gateway/src/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gateway/src/constants.ts')
-rw-r--r--packages/gateway/src/constants.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/gateway/src/constants.ts b/packages/gateway/src/constants.ts
index e544c05..ba3ec00 100644
--- a/packages/gateway/src/constants.ts
+++ b/packages/gateway/src/constants.ts
@@ -1,5 +1,5 @@
-export {
- CENTRAL_GUILD_ID,
+export {
+ CENTRAL_GUILD_ID,
ROLEPLAY_GUILD_ID,
CENTRAL_MESSAGE_LOG_CHANNEL_ID,
ROLEPLAY_MESSAGE_LOG_CHANNEL_ID,
@@ -30,5 +30,5 @@ export {
CENTRAL_USER_NSFW_APPLICATIONS_LOG_CHANNEL_ID,
STAFF_GUILD_ID,
STAFF_LOG_CHANNEL_ID,
- CENTRAL_OKBUDDY_EMOJI_ID
+ CENTRAL_OKBUDDY_EMOJI_ID,
} from "../../shared";