-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
44 lines (40 loc) · 1.3 KB
/
server.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
{
"channels": {
"category_ticket": "781105165754433538",
"personnel_voice": ["828281002430300180", "810305421021413416"]
},
"roles": {
"member_role": "883401672955678780",
"mute_role": "",
"user_choice_roles": [
{
"id": 1,
"emoji" : "📰",
"name" : "News",
"description" : "Vous permet d'être au courant de toute les dernières news !",
"roleID" : "891719691108769884"
},
{
"id" : 2,
"emoji" : "🎁",
"name" : "Event",
"description" : "Vous permet d'être au courant des Events !",
"roleID" : "891719934403543080"
},
{
"id" : 3,
"emoji" : "📣",
"name" : "Sondage",
"description" : "Vous permet d'être au courant des derniers sondages !",
"roleID" : "891720078951850014"
},
{
"id" : 4,
"emoji" : "📑",
"name" : "Projets",
"description" : "Vous permet d'être imformer des derniers projet en cours !",
"roleID" : "893143264654413864"
}
]
}
}