diff options
author | turret <turret@duck.com> | 2024-01-18 19:20:57 -0600 |
---|---|---|
committer | turret <turret@duck.com> | 2024-01-18 19:20:57 -0600 |
commit | f28c6d72b0de0471407860be12ed97ca198a480b (patch) | |
tree | 4fbd6bdd0c95f4840f551f84c2dcd0547312f924 | |
parent | bc6e03d73b4ff54f5562400c57ffa1e685ac971a (diff) | |
download | discord-bot-skeleton-f28c6d72b0de0471407860be12ed97ca198a480b.tar.gz discord-bot-skeleton-f28c6d72b0de0471407860be12ed97ca198a480b.tar.bz2 discord-bot-skeleton-f28c6d72b0de0471407860be12ed97ca198a480b.zip |
doc: remove completed TODOs
-rw-r--r-- | TODO.txt | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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) |