aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorturret <turret@duck.com>2024-01-18 19:20:57 -0600
committerturret <turret@duck.com>2024-01-18 19:20:57 -0600
commitf28c6d72b0de0471407860be12ed97ca198a480b (patch)
tree4fbd6bdd0c95f4840f551f84c2dcd0547312f924
parentbc6e03d73b4ff54f5562400c57ffa1e685ac971a (diff)
downloaddiscord-bot-skeleton-f28c6d72b0de0471407860be12ed97ca198a480b.tar.gz
discord-bot-skeleton-f28c6d72b0de0471407860be12ed97ca198a480b.tar.bz2
discord-bot-skeleton-f28c6d72b0de0471407860be12ed97ca198a480b.zip
doc: remove completed TODOs
-rw-r--r--TODO.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/TODO.txt b/TODO.txt
index 4ccf31a..3bb542c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,18 +1,8 @@
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
@@ -21,10 +11,3 @@ TODO:
in play
- command registration API
-
-- Panic
- - Print tons of debug info
- - Levels:
- - Oops (fake panic, no die)
- - Respawn (respawns subsystem in case of nonfatal)
- - Real panic (fatal error, kills all subsystems and destroys all)