-
Notifications
You must be signed in to change notification settings - Fork 6
/
config.example.json
47 lines (47 loc) · 1007 Bytes
/
config.example.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
{
"channels": {
"help": "13512342315151234"
},
"guildId": "125312342134234",
"setVerifiedRole": true,
"enableVerification": true,
"enableTierUpdateMessages": false,
"discordToken": "DISCORD-API-TOKEN",
"riotToken": "RIOT-API-TOKEN",
"status": "🤖 Ready to give rank roles",
"ranks": [
"Unranked",
"Iron",
"Bronze",
"Silver",
"Gold",
"Platinum",
"Emerald",
"Diamond",
"Master",
"Grandmaster",
"Challenger"
],
"rankIconNames": {
"Unranked": "PandaSip",
"Iron": "Iron",
"Bronze": "Bronze",
"Silver": "Silver",
"Gold": "Gold",
"Platinum": "Plat",
"Emerald": "Emerald",
"Diamond": "Dia",
"Master": "Master",
"Grandmaster": "Grand",
"Challenger": "Chall"
},
"region": "euw1",
"timeZone": "Europe/Dublin",
"language": "de",
"eloRoleLanguage": "en",
"verifiedRoleLanguage": "de",
"enableCronJob": true,
"cronTab": "00 00 02 * * *",
"concurrentRequests": 1,
"requestTime": 250
}