Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moderation Issue: Renaming ClemBot Mute Role Breaks Mute Command #542

Open
Exper1mental opened this issue Jan 5, 2022 · 1 comment
Open
Labels
ClemBot.Bot Issue pertains to the ClemBot.Bot codebase Discussion A thread to hold active discussion about the future of the bot or a feature good first issue Good for newcomers

Comments

@Exper1mental
Copy link
Contributor

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
Copy link
Member

-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 Jay-Madden added ClemBot.Bot Issue pertains to the ClemBot.Bot codebase Discussion A thread to hold active discussion about the future of the bot or a feature good first issue Good for newcomers labels Jan 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ClemBot.Bot Issue pertains to the ClemBot.Bot codebase Discussion A thread to hold active discussion about the future of the bot or a feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants