From 04e5ffdc677cca96f24ccc4ae17939f64a16532f Mon Sep 17 00:00:00 2001 From: cynic Date: Wed, 15 Jun 2022 18:24:14 -0400 Subject: [PATCH] update todo board to reflect REST API changes (!!) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`~~