diff --git a/NadekoBot/NadekoBot.cs b/NadekoBot/NadekoBot.cs index ac61d96d..df556c46 100644 --- a/NadekoBot/NadekoBot.cs +++ b/NadekoBot/NadekoBot.cs @@ -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 \ No newline at end of file +//95520984584429568 meany