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.

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!

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


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!

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

Updated on: 28/12/2022
Thank you!