From 10e42354485b1f908b5c6cd3334734311306f88e Mon Sep 17 00:00:00 2001 From: appelemac Date: Thu, 19 May 2016 20:51:29 +0200 Subject: [PATCH] wowie-4 --- NadekoBot/Modules/Searches/SearchesModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NadekoBot/Modules/Searches/SearchesModule.cs b/NadekoBot/Modules/Searches/SearchesModule.cs index edc29dbc..8b3ebacc 100644 --- a/NadekoBot/Modules/Searches/SearchesModule.cs +++ b/NadekoBot/Modules/Searches/SearchesModule.cs @@ -27,6 +27,7 @@ namespace NadekoBot.Modules.Searches commands.Add(new StreamNotifications(this)); commands.Add(new ConverterCommand(this)); commands.Add(new RedditCommand(this)); + commands.Add(new WowJokes(this)); rng = new Random(); }