♻️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.
Copy the following files from the old queue bot into a new directory:
claims.json, servers.json, keys.db, queue.db, bank.dbUpload the
queueBotfile and the newconfig.jsoninto the new directoryDo
chmod +x queueBotEdit the
config.json, to start off you only need to fill out:license_key, token, guildId and businessName(make suresync_commandsis set to true)Start the bot by doing
./queueBotGo into your discord server and use the
/setupcommand to set up most of the stuffCheck the
config.jsonfile and change any other options (e.g. ecommerce integration or coinbase integration)Stop the bot by doing
CTRL + C, then restart it by usingscreen -S queue ./queueBot(or pm2, doesnt matter)
Last updated