-
Notifications
You must be signed in to change notification settings - Fork 0
/
helper.json
104 lines (104 loc) · 1.73 KB
/
helper.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
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
104
{
"comandos": [
"!register",
"!join",
"!queue",
"!clearqueue",
"!ranking",
"!win",
"!leave",
"!info",
"!versus",
"!punish"
],
"splitTeams": false,
"lolApiKey": "RGAPI-53cbcf9e-29f7-4a5c-bfdc-9f98619ad7a0",
"lolBaseUrl": "https://br1.api.riotgames.com",
"errColor": 15158332,
"okColor": 3066993,
"infoColor": 3447003,
"teste": "vaor",
"pointsConfig": [
{
"size": 3,
"win": 3,
"loss": 2
},
{
"size": 4,
"win": 5,
"loss": 3
},
{
"size": 5,
"win": 7,
"loss": 4
}
],
"specialRoles": [
{
"name": "Registrado",
"permissions": ["SEND_MESSAGES","ADD_REACTIONS", "VIEW_CHANNEL","CONNECT","SPEAK","USE_VAD","READ_MESSAGE_HISTORY","CREATE_INSTANT_INVITE"]
}
],
"roles": [
{
"name": "6 - Top 1",
"color": "#ec1010"
},
{
"name": "5 - Diamante",
"color": "#96cee8",
"pontos": 50
},
{
"name": "4 - Platina",
"color": "#66ca85",
"pontos": 40
},
{
"name": "3 - Ouro",
"color": "#eacd40",
"pontos": 30
},
{
"name": "2 - Prata",
"color": "#cccbcb",
"pontos": 20
},
{
"name": "1 - Bronze",
"color": "#a76f2a",
"pontos": 10
}
],
"channels": [
{
"name": "Aram",
"options": {
"type": "category"
}
},
{
"name": "Queue",
"options": {
"type": "voice",
"userLimit": 10
}
},
{
"name": "Time 1",
"options": {
"type": "voice",
"userLimit": 5
}
},
{
"name": "Time 2",
"options": {
"type": "voice",
"userLimit": 5
}
}
]
}