python-discord / sir-robin

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

Fix wrong prefix in aoc join message #70

Closed rmenai closed 1 year ago

rmenai commented 1 year ago

Problem

image Now, the command should be &aoc join because the prefix was changed.

Changes

The command's prefix will be dynamically added in the bad argument message. This means that if the prefix ever gets changed again, the message will be adapted automatically.