ClemBot icon indicating copy to clipboard operation
ClemBot copied to clipboard

Moderation Issue: Renaming ClemBot Mute Role Breaks Mute Command

Open Exper1mental opened this issue 3 years ago • 1 comments

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.

Exper1mental avatar Jan 05 '22 15:01 Exper1mental

-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

Jay-Madden avatar Jan 05 '22 15:01 Jay-Madden