more speedtyping.

This commit is contained in:
Master Kwoth
2016-01-24 06:13:00 +01:00
parent 9284b191ca
commit 2851a763f6
4 changed files with 125 additions and 79 deletions

View File

@ -12,7 +12,7 @@ namespace NadekoBot.Modules
{
public Games() : base() {
commands.Add(new Trivia());
//commands.Add(new SpeedTyping());
commands.Add(new SpeedTyping());
}
public override void Install(ModuleManager manager)