diff options
author | turret <turret@duck.com> | 2025-06-22 19:27:00 -0500 |
---|---|---|
committer | turret <turret@duck.com> | 2025-06-22 19:27:00 -0500 |
commit | 8af26c737fc54ac558e4b4c150744bcca05acb69 (patch) | |
tree | 30390ccaae84ce1ac7c425b4e0d988b9ff2bc1d9 | |
parent | d1d5558d217b2593da114e02925f45af2a0797ed (diff) | |
download | discord-bot-skeleton-8af26c737fc54ac558e4b4c150744bcca05acb69.tar.gz discord-bot-skeleton-8af26c737fc54ac558e4b4c150744bcca05acb69.tar.bz2 discord-bot-skeleton-8af26c737fc54ac558e4b4c150744bcca05acb69.zip |
TODO: update
-rw-r--r-- | TODO.txt | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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? |