mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
@@ -1710,6 +1710,12 @@ class Mutes(VoiceMutes, commands.Cog, metaclass=CompositeMetaClass):
|
||||
"channel": channel,
|
||||
"reason": _(MUTE_UNMUTE_ISSUES["left_guild"]),
|
||||
}
|
||||
except discord.Forbidden:
|
||||
return {
|
||||
"success": False,
|
||||
"channel": channel,
|
||||
"reason": _(MUTE_UNMUTE_ISSUES["permissions_issue_channel"]),
|
||||
}
|
||||
if move_channel:
|
||||
try:
|
||||
await user.move_to(channel)
|
||||
|
||||
Reference in New Issue
Block a user