|
|
@ -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 |
|
|
@ -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~~ |
|
|
|
* ~~plugin reloading, user (command) authentication, etc. will also probably be written in plugin form~~ |
|
|
|
* ~~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`~~ |
|
|
|