-
Notifications
You must be signed in to change notification settings - Fork 0
/
roles.json
64 lines (64 loc) · 1.87 KB
/
roles.json
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
{
"roles": [
{
"tag": "admin",
"name": "Admin",
"id": "689771887638741022",
"description": "Owner of the server",
"color": "orange"
},
{
"tag": "moderator",
"name": "Moderator",
"id": "689772166643843119",
"description": "Moderator of the server, can: ban, kick, delete messages, ecc",
"color": "green"
},
{
"tag": "bot",
"name": "Bot",
"id": "690545822151999508",
"description": "Manages commands",
"color": "lightGrey"
},
{
"tag": "androidDev",
"name": "Android developer",
"id": "689776280736235533",
"description": "The person is developing Android apps",
"color": "blue",
"projects": ["fabCatApp", "fabMap"]
},
{
"tag": "webDev",
"name": "Web developer",
"id": "690609705319399475",
"description": "The person is developing websites",
"color": "blue",
"projects": ["serverPrint3d"]
},
{
"tag": "arduinoDev",
"name": "Arduino developer",
"id": "690609394265882725",
"description": "The person is developing Arduino projects",
"color": "blue",
"projects": ["fabCat"]
},
{
"tag": "maker",
"name": "Maker",
"id": "690953115817738250",
"description": "Digital artisan",
"color": "red",
"projects": ["arcade"]
},
{
"tag": "guest",
"name": "Guest",
"id": "691005578230628373",
"description": "Someone who just joined the server",
"color": "yellow"
}
]
}