carbonitex server invite handle

This commit is contained in:
Master Kwoth
2016-01-23 17:21:50 +01:00
parent a39edb1001
commit 77fa8c1446
5 changed files with 22 additions and 8 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)