From 46508afbe5756ce795054482a78c3867a03e819e Mon Sep 17 00:00:00 2001 From: turret Date: Fri, 24 Nov 2023 01:22:05 -0600 Subject: doc: add basic info about repo, and todo list --- TODO.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 TODO.txt (limited to 'TODO.txt') 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 + -- cgit v1.2.3