Customization
Fired & suspended ranks
By default, Qbot uses the role at rank 1
as the one to set users to when they are fired or suspended. You can change that rank to whatever you would like using these instructions.
If you need help at any point in this documentation, please don't hesitate to join our Discord server.
Setting your fired rank
If you just logged in to your VPS, run cd qbot
to enter Qbot's directory. Then, you can run nano src/config.ts
to open the configuration in a text editor. Read this for a refresher on how to use this editor.
Use Ctrl+W
to search for firedRank
, which should look like this:
firedRank: 1,
Replace 1
with your desired rank number without adding quotes.
Setting your suspended rank
If you just logged in to your VPS, run cd qbot
to enter Qbot's directory. Then, you can run nano src/config.ts
to open the configuration in a text editor. Read this for a refresher on how to use this editor.
Use Ctrl+W
to search for suspendedRank
, which should look like this:
suspendedRank: 1,
Replace 1
with your desired rank number without adding quotes.
Save your changes
Press Ctrl+X
, then y
, then enter to save your changes in nano. To restart Qbot, run this command:
pm2 restart 0