trivia modified, started speedtyping

This commit is contained in:
Master Kwoth
2016-01-23 10:18:00 +01:00
parent 80077445f8
commit a39edb1001
3 changed files with 78 additions and 5 deletions

View File

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