summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.ts b/config.ts
new file mode 100644
index 0000000..66d9465
--- /dev/null
+++ b/config.ts
@@ -0,0 +1,16 @@
+// This file is part of Macy <https://github.com/Fuwn/macy>.
+// Copyright (C) 2022-2022 Fuwn <[email protected]>
+//
+// All Rights Reserved.
+//
+// Copyright (C) 2022-2022 Fuwn <[email protected]>
+// SPDX-License-Identifier: UNLICENSED
+
+export const APPROVED_ROLE = "972279632432857118";
+export const BREAKOUT_ROOM_EIGHT_ROLE = "972018981403766784";
+export const LOBBY_CHANNEL = "972281022764970054";
+export const CLASS_MEMBERS = [
+ "Zoltan Szabatin",
+ "Jaden Price",
+ "Derek Reid",
+];