Two start commands when launching the bot

fixnix12
HOBBY

a year ago

For the correct work of the Telegram bot you need from the start to write two commands python main.py - which starts the bot itself and python utils/server.py which starts the server. How to do it in your system ?

1 Replies

a year ago

Are you deploying from a Dockerfile or deploying with nixpacks?

Please provide the exact two commands you need to run.