-
-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathdashboard.json
32 lines (32 loc) · 872 Bytes
/
dashboard.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
{
"bot": {
"prefix": "Bot Prefix",
"id": "Bot Id",
"secret": "Bot Secret",
"token": "Bot Token"
},
"dashboard": {
"port": 3000,
"url": "https://hydroxbot.xyz",
"callback": "https://hydroxbot.xyz/callback",
"discord_server_ID": "873830974331441172",
"ownerids": ["729554449844011130", "745581095747059722"],
"ownershow": false,
"owners": [
{
"id": "745581095747059722",
"desc": "Onwer Of Uptimer Development"
},
{
"id": "729554449844011130",
"desc": "Co Owner Of Uptimer Development"
}
],
"arc": {
"enabled": false,
"code": ""
}
},
"mongodb": "Mongo URL",
"discord": "https://discord.gg/sVxzqQZsMA"
}