В инструкциях у HEROKU вот что указано. Скажите, этого достаточно для запуска бота? Или нужны дополнительные команды?
Install the Heroku CLI
Download and install the Heroku CLI.
If you haven't already, log in to your Heroku account and follow the prompts to create a new SSH public key.
$ heroku login
Clone the repository
Use Git to clone try-try-b's source code to your local machine.
$ heroku git:clone -a try-try-b
$ cd try-try-b
Deploy your changes
Make some changes to the code you just cloned and deploy them to Heroku using Git.
$ git add .
$ git commit -am "make it better"
$ git push heroku master