This commit is contained in:
appelemac 2016-05-19 20:51:29 +02:00
parent f79522df21
commit 10e4235448

View File

@ -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();
}