mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Increase answer time to 20 seconds
This commit is contained in:
parent
5951cfe874
commit
40af5e4415
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class TriviaCommand(rc.Command):
|
||||||
|
|
||||||
_wrong_emoji = "❌"
|
_wrong_emoji = "❌"
|
||||||
|
|
||||||
_answer_time = 17
|
_answer_time = 20
|
||||||
|
|
||||||
_question_lock: bool = False
|
_question_lock: bool = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue