summaryrefslogtreecommitdiff
path: root/config.ts
blob: f09eb89600eaa01f70359d6354dad320e427c490 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// 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 FUWN_ID = "217348698294714370";
export const CLASS_MEMBERS = [
  "Zoltan Szabatin",
  "Pam Wiese",
  "Alen Wilson",
  "Alex Osorio",
  "Artem Leonchik",
  "Derek",
  "Desiree",
  "Gabriel G",
  "Hayden Blanchard",
  "Isaias Valdez",
  "Jacob Beitler",
  "Jaden Price",
  "Juan Villafuerte",
  "Kelven Soe",
  "Kenne Vang",
  "Kyle Bui",
  "Nathaniel Gardner",
  "Reid Nelson",
  "Ricky Doan",
  "Spencer Arnold",
  "stephanie debruin",
  "Timothy Boston",
  "TriQuang",
  "Tyler Forrest",
];