Add module to main
This commit is contained in:
parent
442a6e75b5
commit
e69d303fa3
@ -26,6 +26,7 @@ using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using NadekoBot.Modules.CustomReactions;
|
||||
|
||||
namespace NadekoBot
|
||||
{
|
||||
@ -183,6 +184,7 @@ namespace NadekoBot
|
||||
modules.Add(new ClashOfClansModule(), "ClashOfClans", ModuleFilter.None);
|
||||
modules.Add(new PokemonModule(), "Pokegame", ModuleFilter.None);
|
||||
modules.Add(new TranslatorModule(), "Translator", ModuleFilter.None);
|
||||
modules.Add(new CustomReactionsModule(), "Customreactions", ModuleFilter.None);
|
||||
if (!string.IsNullOrWhiteSpace(Creds.TrelloAppKey))
|
||||
modules.Add(new TrelloModule(), "Trello", ModuleFilter.None);
|
||||
|
||||
@ -293,4 +295,4 @@ namespace NadekoBot
|
||||
}
|
||||
}
|
||||
|
||||
//95520984584429568 meany
|
||||
//95520984584429568 meany
|
||||
|
Loading…
Reference in New Issue
Block a user