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