-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroups.json
More file actions
103 lines (103 loc) · 2.05 KB
/
groups.json
File metadata and controls
103 lines (103 loc) · 2.05 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[
{
"group": "Owners",
"colour": "DARK_RED",
"bold": true,
"italic": false,
"underline": false,
"strikethrough": false,
"obfuscated": false,
"usernames": [
"Fix"
]
},
{
"group": "Admins",
"colour": "DARK_AQUA",
"bold": true,
"italic": false,
"underline": false,
"strikethrough": false,
"obfuscated": false,
"usernames": [
"b4d2215c-e47b-4f39-a3e3-e6726e0bc596",
"f17d77ab-aed4-44e7-96ef-ec9cd473eda3",
"ea798ca9-1192-4334-8ef5-f098bdc9cb39"
]
},
{
"group": "Developers",
"colour": "AQUA",
"bold": false,
"italic": false,
"underline": false,
"strikethrough": false,
"obfuscated": false,
"usernames": [
"fed0ec4a-f1ad-4b97-9443-876391668b34",
"e25ad129-fe8a-4306-b1af-1dee1ff59841"
]
},
{
"group": "Staff Managers",
"colour": "f1c40f",
"bold": false,
"italic": false,
"underline": false,
"strikethrough": false,
"obfuscated": false,
"usernames": [
"Shia_chan",
"Proser",
"tuzzzie"
]
},
{
"group": "Moderators",
"colour": "DARK_GREEN",
"bold": false,
"italic": false,
"underline": false,
"strikethrough": false,
"obfuscated": false,
"usernames": [
"Aehmett",
"aas5aa_OvO",
"linkeron1",
"Mednis",
"earlgreyteabag",
"SuperHappyBros",
"Oce_78",
"wishful_",
"Polkadotbluebear",
"EchoOcelot",
"Lumpeeh",
"Andre1098",
"AD31",
"SaloCorey",
"Cryptae",
"Veyronity"
]
},
{
"group": "Helpers",
"colour": "5bbb9b",
"bold": false,
"italic": false,
"underline": false,
"strikethrough": false,
"obfuscated": false,
"usernames": [
"Colt_44_magnum",
"louisdek",
"alpajino",
"maplesen",
"stvnder",
"K1kimor",
"thomasre102",
"Carrot_Cake2002",
"21eea",
"Zaxym"
]
}
]