From 8ce584d576f31886c044454b30a408db5edbf9e3 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 22 Oct 2016 17:36:55 +0200 Subject: [PATCH] credentials.json added --- 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