This commit is contained in:
Master Kwoth 2016-03-12 12:44:47 +01:00
parent 6f8e8ad5d3
commit a16ed97ca1

View File

@ -22,7 +22,7 @@ namespace NadekoBot.Modules {
TrelloConfiguration.Deserializer = serializer; TrelloConfiguration.Deserializer = serializer;
TrelloConfiguration.JsonFactory = new ManateeFactory(); TrelloConfiguration.JsonFactory = new ManateeFactory();
TrelloConfiguration.RestClientProvider = new Manatee.Trello.WebApi.WebApiClientProvider(); TrelloConfiguration.RestClientProvider = new Manatee.Trello.WebApi.WebApiClientProvider();
//TrelloAuthorization.Default.AppKey = NadekoBot.Creds.TrelloAppKey ?? "123"; TrelloAuthorization.Default.AppKey = NadekoBot.Creds.TrelloAppKey;
//TrelloAuthorization.Default.UserToken = "[your user token]"; //TrelloAuthorization.Default.UserToken = "[your user token]";
Discord.Channel bound = null; Discord.Channel bound = null;