diff --git a/README.md b/README.md index ddd0528..ed4ea3a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ framework for discord bots that uses contained files for individual feature plug * basic rate limiting * initial presence in config * full REST api implementation -* relative/nonreal escape values for the config's `plugin_path_` -* split the REST API stuff up so they're not in `client` +* relative/nonreal escape values for the config's `plugin_path` ### plugins: * save session config to file @@ -27,4 +26,5 @@ framework for discord bots that uses contained files for individual feature plug * ~~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)~~ -* ~~make sure broken sockets are properly addressed with a resume or reconnect~~ \ No newline at end of file +* ~~make sure broken sockets are properly addressed with a resume or reconnect~~ +* ~~split the REST API stuff up so they're not in `client`~~