fixes, ne help command for easy readme

This commit is contained in:
Kwoth
2016-01-05 15:37:43 +01:00
parent 80827f0853
commit da086011f8
7 changed files with 39 additions and 15 deletions

View File

@@ -68,7 +68,7 @@ namespace NadekoBot
public override void Init(CommandGroupBuilder cgb)
{
cgb.CreateCommand("t")
.Description("Starts a game of trivia. Questions suck and repeat a lot atm.")
.Description("Starts a game of trivia.")
.Alias("-t")
.Do(DoFunc());