default to nadeko's clientId. Reordered credentials from most to least important

This commit is contained in:
Master Kwoth 2016-06-15 20:01:53 +02:00
parent 5b379f7ffa
commit 3633c83e53
2 changed files with 6 additions and 7 deletions

View File

@ -7,16 +7,15 @@ namespace NadekoBot.Classes.JSONModels
public class Credentials
{
public string Token { get; set; } = "";
public string ClientId { get; set; } = "";
public string ClientId { get; set; } = "116275390695079945";
public ulong BotId { get; set; } = 1231231231231;
public string GoogleAPIKey { get; set; } = "";
public ulong[] OwnerIds { get; set; } = { 123123123123, 5675675679845 };
public string TrelloAppKey { get; set; } = "";
public string GoogleAPIKey { get; set; } = "";
public string SoundCloudClientID { get; set; } = "";
public string MashapeKey { get; set; } = "";
public string LOLAPIKey { get; set; } = "";
public string TrelloAppKey { get; set; } = "";
public string CarbonKey { get; set; } = "";
}
[DebuggerDisplay("{items[0].id.playlistId}")]
public class YoutubePlaylistSearch

View File

@ -1,15 +1,15 @@
{
"Token": "",
"ClientId": "",
"ClientId": "116275390695079945",
"BotId": 1231231231231,
"GoogleAPIKey": "",
"OwnerIds": [
123123123123,
5675675679845
],
"TrelloAppKey": "",
"GoogleAPIKey": "",
"SoundCloudClientID": "",
"MashapeKey": "",
"LOLAPIKey": "",
"TrelloAppKey": "",
"CarbonKey": ""
}