update todo board to reflect REST API changes (!!)

master
cynic 3 years ago
parent cee3f1e465
commit 04e5ffdc67
  1. 4
      README.md

@ -14,8 +14,7 @@ framework for discord bots that uses contained files for individual feature plug
* basic rate limiting * basic rate limiting
* initial presence in config * initial presence in config
* full REST api implementation * full REST api implementation
* relative/nonreal escape values for the config's `plugin_path_` * relative/nonreal escape values for the config's `plugin_path`
* split the REST API stuff up so they're not in `client`
### plugins: ### plugins:
* save session config to file * save session config to file
@ -28,3 +27,4 @@ framework for discord bots that uses contained files for individual feature plug
* ~~take config as cli param~~ * ~~take config as cli param~~
* ~~plugins need to be asynchronously run (or something)~~ * ~~plugins need to be asynchronously run (or something)~~
* ~~make sure broken sockets are properly addressed with a resume or reconnect~~ * ~~make sure broken sockets are properly addressed with a resume or reconnect~~
* ~~split the REST API stuff up so they're not in `client`~~

Loading…
Cancel
Save