diff --git a/README.md b/README.md index f69f980..ddd0528 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,19 @@ framework for discord bots that uses contained files for individual feature plug ### core: * basic rate limiting -* make sure broken sockets are properly addressed with a resume or reconnect * initial presence in config * full REST api implementation -* relative/nonreal escape values for the config's `plugin.py` - +* relative/nonreal escape values for the config's `plugin_path_` +* split the REST API stuff up so they're not in `client` ### plugins: * save session config to file - * re: runtime modufication of authenticated users and such + * re: runtime modification of authenticated users and such ### done: * ~~plugin manager & hook integration~~ * ~~default plugins so the bot does _something_ out of the box~~ * ~~plugin reloading, user (command) authentication, etc. will also probably be written in plugin form~~ * ~~take config as cli param~~ -* ~~plugins need to be asynchronously run (or something)~~ \ No newline at end of file +* ~~plugins need to be asynchronously run (or something)~~ +* ~~make sure broken sockets are properly addressed with a resume or reconnect~~ \ No newline at end of file