This commit is contained in:
Skylar Grant 2022-06-03 23:13:48 -04:00
parent 9042f29d58
commit 93325b5917
1 changed files with 3 additions and 1 deletions

View File

@ -16,3 +16,5 @@ Use the `/help` command to see the bot's help message.
1. ~~Sanitize inputs for SQL queries.~~ Done. 1. ~~Sanitize inputs for SQL queries.~~ Done.
2. ~~Move environment variables so they don't get included in the image.~~ 2. ~~Move environment variables so they don't get included in the image.~~
3. Implement error handling on all actions. 3. Implement error handling on all actions.
4. Ephemeral responses to some/most slash commands.
5. Comment the code! Document!