X
X
XWR2021-11-13 16:46:28
Python
XWR, 2021-11-13 16:46:28

Running two bots in one file?

Hello, how to run 2 bots in one file?
1 bot written in aiogram
2 bot written in pyrogram

Tried via:

if __name__ == "__main__":
    app.run()
    executor.start_polling(dp, skip_updates=True)


But only 1 starts, tell me how to do it (

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question