aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorturret <turret@duck.com>2024-03-30 21:22:59 -0500
committerturret <turret@duck.com>2024-03-30 21:22:59 -0500
commitff9add1ee175bbf67ce9aeed5fbe11c175bc4ed7 (patch)
tree0441e2c2b0ee182a4bf36578a9dd17239c01ffc2 /TODO.txt
parentbbc67a79e34b3ff4ba044b1d0abad1cd022cd6ab (diff)
downloaddiscord-bot-skeleton-ff9add1ee175bbf67ce9aeed5fbe11c175bc4ed7.tar.gz
discord-bot-skeleton-ff9add1ee175bbf67ce9aeed5fbe11c175bc4ed7.tar.bz2
discord-bot-skeleton-ff9add1ee175bbf67ce9aeed5fbe11c175bc4ed7.zip
todo: update
remove ev abstraction add initcall names
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 3bb542c..4786137 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,10 +4,12 @@ TODO:
- authentication
- reconnecting/resuming
-- Event Abstractor
-
- Name initcall levels
- - ill figure out a use for all of the levels once i actually get some work
- in play
+ l1: DBS internals initialisation
+ l2:
+ l3: event registration
+ l4: commands & other interactions
+ l5: subsystems start (websocket, events start, etc)
+
- command registration API