seppukux
Results
1
issues of
seppukux
В заголовке не совсем уверен. Имею файл main ``` bot = Bot(token=token) dp = Dispatcher(storage=storage.storage) async def main(): dp.include_router(handlers.router) dp.include_router(callbacks.router) await dp.start_polling(bot) if __name__ == "__main__": asyncio.run(main()) ``` Файл callbacks...