Reset your bot
You can reset your bot, but notice that you can't undo this action. You can reset your bot by using the console or doing it manually.
Reset with the console
To reset your bot using the console, you need to follow the following steps:
Open your console
Open the file location using the command
cd YOUR FILE LOCATION HERE
Run the command
node . reset
You have 30 seconds to abort your action, after the 30 seconds your bot is reset.
Reset manually
Open the folder
/node_modules/valuesaver/src/saves
and remove every file here.Open the file
/node_modules/valuesaver/src/ids.json
and replace the content with[]
Replace your current
config.json
file with a clean one which can be downloaded on one of the marketplaces. Make sure to setactivated
totrue
once you start your bot again.Restart your bot
Last updated