From f65497b91e31f89157b9add0d769e99d74ec349e Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Tue, 13 Aug 2024 23:03:21 +0100 Subject: [PATCH] Add a small TODO entry --- README.md | 1 + 1 file changed, 1 insertion(+) 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