1
Fork 0
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:
Steffo 2019-11-05 10:25:46 +01:00
parent 85beaf6478
commit 179f1dc8e9

View file

@ -28,7 +28,7 @@ class TriviaCommand(Command):
_wrong_emoji = ""
_answer_time = 14
_answer_time = 17
_question_lock: bool = False