We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5aeee commit eea6315Copy full SHA for eea6315
1 file changed
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