This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.example.json
57 lines (57 loc) · 1.69 KB
/
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
48
49
50
51
52
53
54
55
56
57
{
"api": {
"zuraaa": {
"url": "https://api.zuraaa.com/",
"secret": ""
}
},
"bot": {
"token": "BotToken",
"prefix": "Prefix",
"owner": [
"OwnerID (WIP)"
],
"primaryColor": "cor para as embeds",
"guilds": {
"main": {
"id": "guild",
"autorole": {
"botrole": "bot role",
"member": "member role",
"dev": "developer role"
},
"channels": {
"welcome": "canal de boas vindas",
"modlog": "canal de mod logs",
"sitelog": "canal de site logs",
"upDownChannels": [
"canal de sugestões",
"outros canais com essa feature"
],
"starboard": "starboard channel",
"formlog": "form logs channel",
"forms": "forms channel"
},
"staffroleid": {
"mod": "mod role",
"adm": "adm role",
"checker": "checker role"
},
"otherroles": {
"mute": "mute role",
"topbots": "top_bots role",
"topbotdevs": "top_devs role"
}
},
"bottest": {
"id": "id do servidor que os bots são testados",
"autorole": {
"botrole": "bot role"
}
}
}
},
"rabbit": {
"url": "amqp://localhost"
}
}