This commit is contained in:
2024-11-16 18:45:05 +03:00
parent ee9eafa09f
commit 502c07a2c9
11 changed files with 206 additions and 66 deletions

View File

@@ -3,7 +3,7 @@ from aiogram.client.default import DefaultBotProperties
from aiogram.fsm.storage.memory import MemoryStorage
from aiogram.fsm.strategy import FSMStrategy
from voice_bot.voice_handler.voice_handler import voice_router
from voice_bot.handlers.voice_handler import voice_router
async def start_bot(bdf):