Add a small TODO entry
This commit is contained in:
parent
d856b74d1c
commit
f65497b91e
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
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
|
## TODO
|
||||||
|
* Implement better tests to the discordy parts of the codebase
|
||||||
* Rethink the matcher scope, seems like maybe this could be simpler or removed
|
* Rethink the matcher scope, seems like maybe this could be simpler or removed
|
||||||
* Implement a .json file upgrade test
|
* Implement a .json file upgrade test
|
||||||
* Track if matches were successful
|
* Track if matches were successful
|
||||||
|
|
Loading…
Add table
Reference in a new issue