This commit is contained in:
behruz-dev
2025-09-27 18:32:25 +05:00
parent 44e4d5e74c
commit 1570ec2d80

View File

@@ -121,6 +121,9 @@ async def broadcast_message(message: types.Message, state: FSMContext):
async def main():
await bot1.delete_webhook(drop_pending_updates=True)
await bot2.delete_webhook(drop_pending_updates=True)
await asyncio.gather(
dp1.start_polling(bot1),
dp2.start_polling(bot2),