Moderation Issue: Renaming ClemBot Mute Role Breaks Mute Command
Opened this issue · 1 comments
Exper1mental commented
The moderation service uses the mute role's name when muting people. This breaks the mute command functionality if the role is renamed to something besides ClemBot Mute
, making the bot think the role doesn't exist. It would be really nice to not need this. Not sure if the move to using timeouts will resolve this.
One possible solution would be to check and obtain the Discord server-side name of the role each time the command is called.
Jay-Madden commented
-this is actually a harder problem then it looks we would have to store that id in the db and pull it back out def worth looking into tho