-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.json
50 lines (50 loc) · 1.28 KB
/
configuration.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
{
"yourServerNames": ["MoguaiTestServer"],
"welcomeChannelName": "willkommen",
"welcomeChannelMessages": [
{
"text": "Herzlich willkommen, wähle deine Rolle!",
"roles": [
{
"icon": "🤠",
"roleName": "tank",
"roleSetText": "[username] ist jetzt Tank",
"roleRemoveText": "[username] ist jetzt kein Tank mehr",
"color": "BLUE"
},
{
"icon": "🤖",
"roleName": "heal",
"roleSetText": "[username] ist jetzt Heal",
"roleRemoveText": "[username] ist jetzt kein Heal mehr",
"color": "GREEN"
},
{
"icon": "[id]426715318803759125",
"roleName": "dd",
"roleSetText": "[username] ist jetzt DD",
"roleRemoveText": "[username] ist jetzt kein DD mehr",
"color": "YELLOW"
}
]
},
{
"text": "Neue Nachricht",
"roles": [
{
"icon": ":antsinmyeyesjohnson:",
"roleName": "test",
"roleSetText": "[username] ist jetzt Test",
"roleRemoveText": "[username] ist jetzt kein Test mehr",
"color": "GREEN"
}
]
}
],
"serverMessages": [
{
"reactMessage": "ping",
"botAnswer": "pong"
}
]
}