From e21767cc4ae233a63238b22554ded68e4393f03a Mon Sep 17 00:00:00 2001 From: Pg Date: Mon, 28 Nov 2016 02:28:53 +0100 Subject: [PATCH] Re-add the credential.json --- src/NadekoBot/credentials.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/NadekoBot/credentials.json diff --git a/src/NadekoBot/credentials.json b/src/NadekoBot/credentials.json new file mode 100644 index 00000000..31a9414f --- /dev/null +++ b/src/NadekoBot/credentials.json @@ -0,0 +1,15 @@ +{ + "ClientId": 123123123, + "BotId": null, + "Token": "", + "OwnerIds": [ + 0 + ], + "LoLApiKey": "", + "GoogleApiKey": "", + "MashapeKey": "", + "OsuApiKey": "", + "SoundCloudClientId": "", + "Db": null, + "TotalShards": 1 +} \ No newline at end of file