python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 14 forks source link

Add AoC task functionality #45

Closed Robin5605 closed 2 years ago

Robin5605 commented 2 years ago

Closes #44

This is meant to be a proof of concept, and get the basic functionality working. There are a few things that could be improved upon (better error messages, use embeds instead of regular messages for info messages, better info messages, etc), and some features such as restricting the command to certain users/roles (admins/owners) have been left out for the time being, as I do not have enough information to code that up. However, that should be relatively easy. I welcome any and all suggestions to improve upon this, especially in the "design" department with error messages and embeds for info messages.

Robin5605 commented 2 years ago

Should now reflect this comment

camcaswell commented 2 years ago

The test is failing intentionally at the moment because there's a placeholder for a thread that doesn't exist yet. You can test locally by simply defining it in your .env, and I'll commit the thread ID when we create it.