What if i remove the copy

This commit is contained in:
Kwoth 2016-10-22 17:41:13 +02:00
parent 8ce584d576
commit 569c6b29f2
3 changed files with 9 additions and 31 deletions

View File

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

View File

@ -1,15 +0,0 @@
{
"ClientId": 123123123,
"BotId": null,
"Token": "",
"OwnerIds": [
0
],
"LoLApiKey": "",
"GoogleApiKey": "",
"MashapeKey": "",
"OsuApiKey": "",
"SoundCloudClientId": "",
"Db": null,
"TotalShards": 1
}

View File

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