default to nadeko's clientId. Reordered credentials from most to least important
This commit is contained in:
parent
5b379f7ffa
commit
3633c83e53
@ -7,16 +7,15 @@ namespace NadekoBot.Classes.JSONModels
|
|||||||
public class Credentials
|
public class Credentials
|
||||||
{
|
{
|
||||||
public string Token { get; set; } = "";
|
public string Token { get; set; } = "";
|
||||||
public string ClientId { get; set; } = "";
|
public string ClientId { get; set; } = "116275390695079945";
|
||||||
public ulong BotId { get; set; } = 1231231231231;
|
public ulong BotId { get; set; } = 1231231231231;
|
||||||
public string GoogleAPIKey { get; set; } = "";
|
|
||||||
public ulong[] OwnerIds { get; set; } = { 123123123123, 5675675679845 };
|
public ulong[] OwnerIds { get; set; } = { 123123123123, 5675675679845 };
|
||||||
public string TrelloAppKey { get; set; } = "";
|
public string GoogleAPIKey { get; set; } = "";
|
||||||
public string SoundCloudClientID { get; set; } = "";
|
public string SoundCloudClientID { get; set; } = "";
|
||||||
public string MashapeKey { get; set; } = "";
|
public string MashapeKey { get; set; } = "";
|
||||||
public string LOLAPIKey { get; set; } = "";
|
public string LOLAPIKey { get; set; } = "";
|
||||||
|
public string TrelloAppKey { get; set; } = "";
|
||||||
public string CarbonKey { get; set; } = "";
|
public string CarbonKey { get; set; } = "";
|
||||||
|
|
||||||
}
|
}
|
||||||
[DebuggerDisplay("{items[0].id.playlistId}")]
|
[DebuggerDisplay("{items[0].id.playlistId}")]
|
||||||
public class YoutubePlaylistSearch
|
public class YoutubePlaylistSearch
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"Token": "",
|
"Token": "",
|
||||||
"ClientId": "",
|
"ClientId": "116275390695079945",
|
||||||
"BotId": 1231231231231,
|
"BotId": 1231231231231,
|
||||||
"GoogleAPIKey": "",
|
|
||||||
"OwnerIds": [
|
"OwnerIds": [
|
||||||
123123123123,
|
123123123123,
|
||||||
5675675679845
|
5675675679845
|
||||||
],
|
],
|
||||||
"TrelloAppKey": "",
|
"GoogleAPIKey": "",
|
||||||
"SoundCloudClientID": "",
|
"SoundCloudClientID": "",
|
||||||
"MashapeKey": "",
|
"MashapeKey": "",
|
||||||
"LOLAPIKey": "",
|
"LOLAPIKey": "",
|
||||||
|
"TrelloAppKey": "",
|
||||||
"CarbonKey": ""
|
"CarbonKey": ""
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user