aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorturret <turret@duck.com>2023-11-24 01:22:05 -0600
committerturret <turret@duck.com>2023-11-24 01:22:05 -0600
commit46508afbe5756ce795054482a78c3867a03e819e (patch)
tree74a2a210cfba9a34b5f3904783f99327540604d2 /TODO.txt
parent68ccb3e03cccd99313ee01cda5772750269c8f73 (diff)
downloaddiscord-bot-skeleton-46508afbe5756ce795054482a78c3867a03e819e.tar.gz
discord-bot-skeleton-46508afbe5756ce795054482a78c3867a03e819e.tar.bz2
discord-bot-skeleton-46508afbe5756ce795054482a78c3867a03e819e.zip
doc: add basic info about repo, and todo list
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt24
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
+