♻️Transfer Guide

If you were using the V1 of our queue bot then transferring everything is rather easy. This document will show how you can do that.

BEFORE YOU DO ANYTHING: Make sure to back up all old files to prevent any data loss.

  1. Copy the following files from the old queue bot into a new directory: claims.json, servers.json, keys.db, queue.db, bank.db

  2. Upload the queueBot file and the new config.json into the new directory

  3. Do chmod +x queueBot

  4. Edit the config.json, to start off you only need to fill out: license_key, token, guildId and businessName (make sure sync_commands is set to true)

  5. Start the bot by doing ./queueBot

  6. Go into your discord server and use the /setup command to set up most of the stuff

  7. Check the config.json file and change any other options (e.g. ecommerce integration or coinbase integration)

  8. Stop the bot by doing CTRL + C, then restart it by using screen -S queue ./queueBot (or pm2, doesnt matter)

Last updated