json file changes

This commit is contained in:
samvaio 2017-06-20 16:52:14 +05:30
parent e7515c7adc
commit f7168ab3db
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
"GoogleApiKey": "", "GoogleApiKey": "",
"MashapeKey": "", "MashapeKey": "",
"OsuApiKey": "", "OsuApiKey": "",
"SoundCloudClientId": "", "PatreonAccessToken": "",
"Db": null, "Db": null,
"TotalShards": 1 "TotalShards": 1
} }

View File

@ -1,19 +1,19 @@
{ {
"ClientId": 123123123, "ClientId": 123123123,
"BotId": null,
"Token": "", "Token": "",
"OwnerIds": [ "OwnerIds": [
0 105635576866156544
], ],
"LoLApiKey": "", "LoLApiKey": "",
"GoogleApiKey": "", "GoogleApiKey": "",
"MashapeKey": "", "MashapeKey": "",
"OsuApiKey": "", "OsuApiKey": "",
"SoundCloudClientId": "", "PatreonAccessToken": "",
"CarbonKey": "", "CarbonKey": "",
"Db": { "Db": {
"Type": "sqlite", "Type": "sqlite",
"ConnectionString": "Filename=./data/NadekoBot.db" "ConnectionString": "Filename=./data/NadekoBot.db"
}, },
"TotalShards": 1, "TotalShards": 1
"PatreonAccessToken": ""
} }