From 1a0f578af1f9f3d19deef9e6d9bcdb40dc1d65e4 Mon Sep 17 00:00:00 2001 From: Egor Deev <67710823+IGlek@users.noreply.github.com> Date: Sat, 9 Oct 2021 21:12:59 +0700 Subject: [PATCH] start file --- bot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.py b/bot.py index 42e9340..47fae56 100644 --- a/bot.py +++ b/bot.py @@ -97,3 +97,4 @@ if __name__ == '__main__': loop = asyncio.get_event_loop() loop.create_task(time(60)) # ПРОВЕРКА КАЖДУЮ МИНУТУ executor.start_polling(dp, skip_updates=True) +