diff --git a/README.md b/README.md index 11dedbf..4f89f6f 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ while ./scripts/run.py; end State is stored locally in a `state.json` file. This will be created by the bot. This stores historical information on users, maching schedules, user auth scopes and more. See [`py/state.py`](py/state.py) for schema information if you need to inspect it. ## TODO +* Implement better tests to the discordy parts of the codebase * Rethink the matcher scope, seems like maybe this could be simpler or removed * Implement a .json file upgrade test * Track if matches were successful