python-discord / sir-robin

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

Remove `!subscribe` and references. #100

Closed brodycritchlow closed 8 months ago

brodycritchlow commented 8 months ago

Closes #99

Removes the !subscribe command any references to it, since we have a new way of doing roles. Should be ready to reveiew and merge, grep seems to be returning no more results for !subscribe, or subscribe.

brodycritchlow commented 8 months ago

I'm assuming we want to keep the MovedCommandError just incase we need it later. It was only referenced in _cog.py before I removed the command here.