-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix unmuting when a mod isn't a mod anymore. #6411
Merged
Jackenmen
merged 3 commits into
Cog-Creators:V3/develop
from
Kowlin:pr/fix/automated-unmuting
Aug 4, 2024
Merged
Fix unmuting when a mod isn't a mod anymore. #6411
Jackenmen
merged 3 commits into
Cog-Creators:V3/develop
from
Kowlin:pr/fix/automated-unmuting
Aug 4, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
Category: Cogs - Mutes
This is related to the Mutes cog.
label
Jul 18, 2024
Kowlin
added
the
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
label
Jul 18, 2024
TrustyJAID
reviewed
Jul 18, 2024
Co-authored-by: TrustyJAID <[email protected]>
Jackenmen
requested changes
Aug 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
channel_unmute_user()
call in _auto_channel_unmute_user()
method appears to need a similar change.
Jackenmen
approved these changes
Aug 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
red-githubbot
bot
added
the
Changelog Entry: Pending
Changelog entry for this PR hasn't been added by repo maintainers yet.
label
Aug 4, 2024
Jackenmen
added
Changelog Entry: Added
Changelog entry for this PR has already been added to changelog PR.
and removed
Changelog Entry: Pending
Changelog entry for this PR hasn't been added by repo maintainers yet.
labels
Aug 4, 2024
BenCos17
added a commit
to JARVIS-discordbot/Red-DiscordBot-jarvis
that referenced
this pull request
Aug 4, 2024
* Set ProcessType in macOS auto-restart service to 'interactive' (Cog-Creators#6416) * Forcefully shutdown RPC to prevent hangs (Cog-Creators#6412) * Bump YT source plugin version to 1.5.1 and add custom plugin config (Cog-Creators#6415) * Fix unmuting when a mod isn't a mod anymore. (Cog-Creators#6411) Co-authored-by: TrustyJAID <[email protected]> * Bump dependencies (Cog-Creators#6417) * Red 3.5.11 - Changelog (Cog-Creators#6418) * Automated Crowdin downstream (Cog-Creators#6420) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Version bump to 3.5.11 (Cog-Creators#6419) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jakub Kuczys <[email protected]> * Version bump to 3.5.12.dev1 (Cog-Creators#6421) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Jakub Kuczys <[email protected]> Co-authored-by: Kowlin <[email protected]> Co-authored-by: TrustyJAID <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Dav-Git
pushed a commit
to Dav-Git/Red-DiscordBot
that referenced
this pull request
Sep 8, 2024
Co-authored-by: TrustyJAID <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Category: Cogs - Mutes
This is related to the Mutes cog.
Changelog Entry: Added
Changelog entry for this PR has already been added to changelog PR.
Type: Bug
Unexpected behavior, result, or exception. In case of PRs, it is a fix for the foregoing.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of the changes
Fixes #6376.
Have the changes in this PR been tested?
Yes