Running Multiple Bots

So that you don't run out of Heroku apps ;)

The reason why this feature is a different package is because of the limits of heroku apps. this package was designed to get the most out of a completely free discord bot!

Whenever you create a discord bot, it is added to a file inside the node_modules folder. when you run the command dsr it will run all of the discord bots in that file.

So, whenever you want to run multiple discord bots, make sure to run

$ ds createbot name

then when you want to run all of your bots, run

$ dsr

Last updated