From f7168ab3db9cbe55c8c3e8ce5beb5386ee7c6d4c Mon Sep 17 00:00:00 2001 From: samvaio Date: Tue, 20 Jun 2017 16:52:14 +0530 Subject: [PATCH] json file changes --- src/NadekoBot/credentials.json | 2 +- src/NadekoBot/credentials_example.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/NadekoBot/credentials.json b/src/NadekoBot/credentials.json index f5d38551..efa8b57d 100644 --- a/src/NadekoBot/credentials.json +++ b/src/NadekoBot/credentials.json @@ -9,7 +9,7 @@ "GoogleApiKey": "", "MashapeKey": "", "OsuApiKey": "", - "SoundCloudClientId": "", + "PatreonAccessToken": "", "Db": null, "TotalShards": 1 } \ No newline at end of file diff --git a/src/NadekoBot/credentials_example.json b/src/NadekoBot/credentials_example.json index 912b452a..e9ec0b12 100644 --- a/src/NadekoBot/credentials_example.json +++ b/src/NadekoBot/credentials_example.json @@ -1,19 +1,19 @@ { "ClientId": 123123123, + "BotId": null, "Token": "", "OwnerIds": [ - 0 + 105635576866156544 ], "LoLApiKey": "", "GoogleApiKey": "", "MashapeKey": "", "OsuApiKey": "", - "SoundCloudClientId": "", + "PatreonAccessToken": "", "CarbonKey": "", "Db": { "Type": "sqlite", "ConnectionString": "Filename=./data/NadekoBot.db" }, - "TotalShards": 1, - "PatreonAccessToken": "" + "TotalShards": 1 } \ No newline at end of file