started work on lol commands. (~lolchamp champ name) added
This commit is contained in:
NadekoBot
@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user