This commit is contained in:
Master Kwoth 2016-03-12 11:56:17 +01:00
parent f6bc247862
commit 6f8e8ad5d3

View File

@ -123,7 +123,7 @@ namespace NadekoBot {
modules.Add(new Searches(), "Searches", ModuleFilter.None);
modules.Add(new NSFW(), "NSFW", ModuleFilter.None);
modules.Add(new ClashOfClans(), "ClashOfClans", ModuleFilter.None);
//if (!string.IsNullOrWhiteSpace(Creds.TrelloAppKey))
if (!string.IsNullOrWhiteSpace(Creds.TrelloAppKey))
modules.Add(new Trello(), "Trello", ModuleFilter.None);
//run the bot