diff options
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..f42f1e6 --- /dev/null +++ b/TODO.txt @@ -0,0 +1,24 @@ +TODO: + +- Credentials/config system + - fetch from SOMEWHERE + - env? built-in? header? linked in as txt? + +- Discord API Abstraction + - GET/POST/DELETE/WHATEVER api that you can send quick requests to the API + already authenticated. + +- Discord Websockets + - authentication + - libcurl + - reconnecting/resuming + - heartbeat + +- Event Abstractor + +- Name initcall levels + - ill figure out a use for all of the levels once i actually get some work + in play + +- command registration API + |