aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorturret <turret@duck.com>2025-06-22 19:27:00 -0500
committerturret <turret@duck.com>2025-06-22 19:27:00 -0500
commit8af26c737fc54ac558e4b4c150744bcca05acb69 (patch)
tree30390ccaae84ce1ac7c425b4e0d988b9ff2bc1d9
parentd1d5558d217b2593da114e02925f45af2a0797ed (diff)
downloaddiscord-bot-skeleton-8af26c737fc54ac558e4b4c150744bcca05acb69.tar.gz
discord-bot-skeleton-8af26c737fc54ac558e4b4c150744bcca05acb69.tar.bz2
discord-bot-skeleton-8af26c737fc54ac558e4b4c150744bcca05acb69.zip
TODO: update
-rw-r--r--TODO.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODO.txt b/TODO.txt
index 4786137..3ce8fa1 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,5 +1,9 @@
TODO:
+ALSO
+> grep 'TODO' . -R
+there are todos embedded in the code :steamhappy:
+
- Discord Websockets
- authentication
- reconnecting/resuming
@@ -11,5 +15,7 @@ TODO:
l4: commands & other interactions
l5: subsystems start (websocket, events start, etc)
-
- command registration API
+
+- Redo logging (unnecessarily complex?)
+- Add define to enable/disable built-in logging?