reverted copy delete, credentials, kek

This commit is contained in:
Kwoth 2016-10-22 17:43:42 +02:00
parent 569c6b29f2
commit ed5f93dd63
2 changed files with 16 additions and 9 deletions

View File

@ -1,13 +1,15 @@
{ {
"ClientId": 171515954562465792, "ClientId": 123123123,
"BotId": 119777021319577610, "BotId": null,
"Token": "MTE5Nzc3MDIxMzE5NTc3NjEw.CuICaA.cuBaPJGhzrJapGcrDwAt2vmcDB8", "Token": "",
"OwnerIds": [ 105635576866156544 ], "OwnerIds": [
"LoLApiKey": null, 0
"GoogleApiKey": "AIzaSyAYDgTgdGjlqqHpVqwMRuUyY4LuEuc6UPY", ],
"MashapeKey": null, "LoLApiKey": "",
"OsuApiKey": null, "GoogleApiKey": "",
"SoundCloudClientId": "eabb7f00a0fa4a6164c25c61f4b9620b", "MashapeKey": "",
"OsuApiKey": "",
"SoundCloudClientId": "",
"Db": null, "Db": null,
"TotalShards": 1 "TotalShards": 1
} }

View File

@ -9,6 +9,11 @@
"compile": { "compile": {
"exclude": [ "data" ] "exclude": [ "data" ]
}, },
"copyToOutput": {
"include": [ "data" ],
"includeFiles": ["libsodium.dll", "opus.dll"],
"exclude": [ "data/musicdata" ]
},
"define": [] "define": []
}, },
"dependencies": { "dependencies": {