LeetCommand -> Leet, fixed too

This commit is contained in:
Master Kwoth
2016-04-15 01:04:31 +02:00
parent 048f69ddf2
commit f5d72fa77a
3 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ namespace NadekoBot.Modules.Games
commands.Add(new PollCommand(this));
commands.Add(new PlantPick(this));
commands.Add(new Bomberman(this));
commands.Add(new Leet(this));
//commands.Add(new BetrayGame(this));
}