We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef92bf6 + eea6315 commit d6b65f8Copy full SHA for d6b65f8
README.md
@@ -58,7 +58,7 @@ async def shutdown_taskiq(bot: Bot, *_args, **_kwargs):
58
59
60
async def main():
61
- await dp.start_polling(bot)
+ await dp.start_polling(bot, bot2)
62
63
64
if __name__ == "__main__":
0 commit comments