forked from djwillcaine/Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
21 lines (21 loc) · 796 Bytes
/
config.json
File metadata and controls
21 lines (21 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"credentials" : {
"username" : "bot",
"password" : "xxx"
},
"admins" : [
"cainy"
],
"roomCommands" : {
"bot" : ["!doge", "!help", "!commands", "!bal", "!roll", "!cashout", "!donate", "!watch", "!listen", "!search", "!define", "!ai", "!escrow", "!flirt", "!joke"],
"bot:cainy" : ["!doge", "!help", "!commands", "!bal", "!roll", "!cashout", "!donate", "!watch", "!listen", "!search", "!define", "!ai", "!escrow", "!flirt", "!joke"],
"diceroll" : ["!help", "!commands", "!bal", "!roll", "!cashout", "!donate"],
"plaxant" : ["!doge"],
"dogecoin" : ["!doge"]
},
"tinySongKey" : "xxx",
"wolframKey" : "xxx",
"currencyCodes" : [
"aud", "brl", "cad", "chf", "cny", "eur", "gbp", "hkd", "ils", "mxn", "nok", "nzd", "pln", "ron", "rub", "sek", "sgd", "try", "usd", "zar"
]
}