From 3c6ed8f1b4ed8a45a04cc8ada89714213d1b4236 Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 26 Feb 2023 21:03:59 -0500 Subject: [PATCH] create a todo --- TODO.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..96d44e2 --- /dev/null +++ b/TODO.md @@ -0,0 +1,9 @@ +## TODOs +- Create balance command for user to view their balance +- Update welcome and insufficient replies +- add a section for the help menu to show items that need tokens +- add a limiter to the rss feeds to slow down the sends when multiple updates are occurring +- add a blank .env file to the git +- clean up logging +- ensure documentation for functions +- merge with Discord CnC \ No newline at end of file