Browse Source

added extra note to the readme about the sqlite change.

tags/v2.2.0
Roxie Gibson 5 years ago
parent
commit
b7cb595c89
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CHANGELOG.md

+ 1
- 0
CHANGELOG.md View File

@@ -26,6 +26,7 @@ Roxbot now uses sqlite for guild settings. This hopefully will lead the more pos

To update, just `git pull` inside of the working directory. Make sure to update dependencies using `python3 -m pip install -Ur requirements.txt` in your venv before you run the bot.

Updating to the sqlite system should backup your json files in a new directory (servers.old). This will not be needed after the first time you run Roxbot after the update.

## v2.1.3
**BEFORE UPDATING, UPDATE ALL DEPENDENCIES USING** `python3 -m pip install -Ur requirements.txt` **IN YOUR VENV**

Loading…
Cancel
Save