import asyncio from bot import run_bot from redis_client import init_redis if __name__ == '__main__': asyncio.run(init_redis()) run_bot()