From 926e8a33c86eb14f5449634a73f2ec65807a4012 Mon Sep 17 00:00:00 2001 From: Pg Date: Mon, 21 Nov 2016 13:21:39 +0100 Subject: [PATCH] Remove credential.json from tracked files --- src/NadekoBot/credentials.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/NadekoBot/credentials.json diff --git a/src/NadekoBot/credentials.json b/src/NadekoBot/credentials.json deleted file mode 100644 index 30f8f88f..00000000 --- a/src/NadekoBot/credentials.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "ClientId": 123123123, - "BotId": null, - "Token": "MTE5Nzc3MDIxMzE5NTc3NjEw.CxK2Og.N4u_RpZws88zmXWF16mQaQUSphI", - "OwnerIds": [ - 0 - ], - "LoLApiKey": "", - "GoogleApiKey": "", - "MashapeKey": "", - "OsuApiKey": "", - "SoundCloudClientId": "", - "Db": null, - "TotalShards": 1 -} \ No newline at end of file