-
Notifications
You must be signed in to change notification settings - Fork 6
Updating
z0mbieparade edited this page Jun 14, 2018
·
6 revisions
If you already have the b0t installed and would like to update the b0t to the newest version, run these commands:
cd b0t
git pull
npm install
Note: Submodules for plugins were merged into b0t repo. If after update, there are still b0t-[plugin] folders inside the plugin folder, please delete these folders.
* Compare **config.example.json** to your **config.json** file to see if any new options have been added.
* Update the file with the new config options and restart your b0t.
* If you are coming from an old version of the b0t that uses the flatfile db instead of the JSON db (version 0.0.*), run the **!mergedb** command on first run of your updated b0t to merge your old db over to your new one.