SoundCloud track streaming support, trivia win = 10, bye is not a mention

This commit is contained in:
Master Kwoth
2016-02-04 18:24:06 +01:00
parent a7fc6e5bda
commit 3b66f8106a
7 changed files with 136 additions and 15 deletions

View File

@ -28,7 +28,7 @@ namespace NadekoBot.Classes.Trivia {
public bool GameActive { get; private set; } = false;
public bool ShouldStopGame { get; private set; }
public int WinRequirement { get; } = 3;
public int WinRequirement { get; } = 10;
public TriviaGame(CommandEventArgs e) {
_server = e.Server;