no commands in pms, also continued work on lol commands

This commit is contained in:
Master Kwoth
2016-02-21 21:02:52 +01:00
parent 7874cb1728
commit c364dab600
7 changed files with 65 additions and 6 deletions

View File

@ -13,7 +13,7 @@ namespace NadekoBot.Modules {
class Searches : DiscordModule {
private Random _r;
public Searches() : base() {
commands.Add(new LoLCommands());
//commands.Add(new LoLCommands());
_r = new Random();
}