start file

This commit is contained in:
Egor Deev 2021-10-09 21:12:59 +07:00 committed by GitHub
parent 2bef885ea7
commit 1a0f578af1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
bot.py
View file

@ -97,3 +97,4 @@ if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.create_task(time(60)) # ПРОВЕРКА КАЖДУЮ МИНУТУ
executor.start_polling(dp, skip_updates=True)