From ed5f93dd633057d800ee47225895ce1675d23867 Mon Sep 17 00:00:00 2001 From: Kwoth Date: Sat, 22 Oct 2016 17:43:42 +0200 Subject: [PATCH] reverted copy delete, credentials, kek --- src/NadekoBot/credentials.json | 20 +++++++++++--------- src/NadekoBot/project.json | 5 +++++ 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/src/NadekoBot/credentials.json b/src/NadekoBot/credentials.json index 070168ec..31a9414f 100644 --- a/src/NadekoBot/credentials.json +++ b/src/NadekoBot/credentials.json @@ -1,13 +1,15 @@ { - "ClientId": 171515954562465792, - "BotId": 119777021319577610, - "Token": "MTE5Nzc3MDIxMzE5NTc3NjEw.CuICaA.cuBaPJGhzrJapGcrDwAt2vmcDB8", - "OwnerIds": [ 105635576866156544 ], - "LoLApiKey": null, - "GoogleApiKey": "AIzaSyAYDgTgdGjlqqHpVqwMRuUyY4LuEuc6UPY", - "MashapeKey": null, - "OsuApiKey": null, - "SoundCloudClientId": "eabb7f00a0fa4a6164c25c61f4b9620b", + "ClientId": 123123123, + "BotId": null, + "Token": "", + "OwnerIds": [ + 0 + ], + "LoLApiKey": "", + "GoogleApiKey": "", + "MashapeKey": "", + "OsuApiKey": "", + "SoundCloudClientId": "", "Db": null, "TotalShards": 1 } \ No newline at end of file diff --git a/src/NadekoBot/project.json b/src/NadekoBot/project.json index 3b718dc4..be17309c 100644 --- a/src/NadekoBot/project.json +++ b/src/NadekoBot/project.json @@ -9,6 +9,11 @@ "compile": { "exclude": [ "data" ] }, + "copyToOutput": { + "include": [ "data" ], + "includeFiles": ["libsodium.dll", "opus.dll"], + "exclude": [ "data/musicdata" ] + }, "define": [] }, "dependencies": {