import asyncio

from config import prepare_runtime

prepare_runtime()

from bot import main

asyncio.run(main())
