Articles on: SomethingCP Guides

How to run multiple Discord bots on one service

First thing you will need to do is separate your bots in different folders. It will allow us to run two separate commands.

Made two separate folders

Once that is done, you'll need to change your start-up command. You can separate multiple commands using a &.

Please note that the RAM allocated to your service is limited. Running multiple bots can quickly reach its limits if you don't pay attention!

Run 3 NodeJS bots example

Finally, make sure you rebuild your service through your console, then start your service.

Rebuilt my server, and started the service

Updated on: 28/12/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!