continued work on ~lolchamp, added items

This commit is contained in:
Master Kwoth
2016-02-23 08:33:16 +01:00
parent 8d0fc191d8
commit 19d6d79297
406 changed files with 151 additions and 38 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();
}