diff --git a/tgmsbot.py b/tgmsbot.py index c350f45..359df93 100644 --- a/tgmsbot.py +++ b/tgmsbot.py @@ -17,8 +17,8 @@ updater = Updater(token, workers=16) job_queue = updater.job_queue job_queue.start() -KBD_MIN_INTERVAL = 0.9 -KBD_DELAY_SECS = 0.6 +KBD_MIN_INTERVAL = 0.5 +KBD_DELAY_SECS = 0.5 HEIGHT = 8 WIDTH = 8