This commit is contained in:
Skylar Grant 2022-06-03 23:15:33 -04:00
parent 93325b5917
commit cfc684fc6c

View File

@ -17,4 +17,5 @@ Use the `/help` command to see the bot's help message.
2. ~~Move environment variables so they don't get included in the image.~~
3. Implement error handling on all actions.
4. Ephemeral responses to some/most slash commands.
5. Comment the code! Document!
5. Comment the code! Document!
6. Check for and create database tables if necessary. Handle errors.