Ben Soyka
Ben Soyka
The "Text Message" hyperlink in the "Usage" table had parentheses and angle brackets, making the link not work as intended. I've simply removed these characters (line 31) and adjusted the...
**See python-discord/branding#171.** Currently, at least according to the validation in [events/validation.py](https://github.com/python-discord/branding/blob/main/events/validation.py) in the branding repo, events can't go from December to January as the end date is earlier than the...
Closes #1
Some of the current logic in `events/validation.py` doesn't allow for the end date of an event to be "before" the start date. This means we can't easily have New Year's...