To create a new instance, run sudo -u redbot redbot-setup
, enter the name of the bot and confirm the default location (should be /var/lib/Red-DiscordBot/<instance name>
.
After this, you have to run sudo -u redbot redbot <instance name>
from your terminal once, since token and prefix configuration can't be done in redbot-setup
for whatever reason.
Now, you can finally start the systemd service: systemctl start red-discordbot@<instance name>.service
.
Pinned Comments
xiretza commented on 2021-01-22 15:14
To create a new instance, run
sudo -u redbot redbot-setup
, enter the name of the bot and confirm the default location (should be/var/lib/Red-DiscordBot/<instance name>
.After this, you have to run
sudo -u redbot redbot <instance name>
from your terminal once, since token and prefix configuration can't be done inredbot-setup
for whatever reason.Now, you can finally start the systemd service:
systemctl start red-discordbot@<instance name>.service
.