diff --git a/NadekoBot/_Models/JSONModels/_JSONModels.cs b/NadekoBot/_Models/JSONModels/_JSONModels.cs index 4cac2e44..d5e57d41 100644 --- a/NadekoBot/_Models/JSONModels/_JSONModels.cs +++ b/NadekoBot/_Models/JSONModels/_JSONModels.cs @@ -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 diff --git a/NadekoBot/bin/Debug/credentials_example.json b/NadekoBot/bin/Debug/credentials_example.json index dff2ef79..d8d8fb33 100644 --- a/NadekoBot/bin/Debug/credentials_example.json +++ b/NadekoBot/bin/Debug/credentials_example.json @@ -1,15 +1,15 @@ { "Token": "", - "ClientId": "", + "ClientId": "116275390695079945", "BotId": 1231231231231, - "GoogleAPIKey": "", "OwnerIds": [ 123123123123, 5675675679845 ], - "TrelloAppKey": "", + "GoogleAPIKey": "", "SoundCloudClientID": "", "MashapeKey": "", "LOLAPIKey": "", + "TrelloAppKey": "", "CarbonKey": "" } \ No newline at end of file