mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Increase answer time (#99)
This commit is contained in:
parent
85beaf6478
commit
179f1dc8e9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class TriviaCommand(Command):
|
|||
|
||||
_wrong_emoji = "❌"
|
||||
|
||||
_answer_time = 14
|
||||
_answer_time = 17
|
||||
|
||||
_question_lock: bool = False
|
||||
|
||||
|
|
Loading…
Reference in a new issue