1
Fork 0
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:
Steffo 2020-01-17 17:59:30 +01:00
parent 5951cfe874
commit 40af5e4415

View file

@ -27,7 +27,7 @@ class TriviaCommand(rc.Command):
_wrong_emoji = ""
_answer_time = 17
_answer_time = 20
_question_lock: bool = False