mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 02:37:57 -05:00
Fixed flake8 compile error (whoops)
This commit is contained in:
@@ -383,8 +383,8 @@ class MuteMixin(MixinMeta):
|
|||||||
|
|
||||||
unmute_success = []
|
unmute_success = []
|
||||||
for channel in guild.channels:
|
for channel in guild.channels:
|
||||||
success, message = await self.unmute_user(guild, channel, author, user, audit_reason)
|
success, issue = await self.unmute_user(guild, channel, author, user, audit_reason)
|
||||||
unmute_success.append((success, message))
|
unmute_success.append((success, issue))
|
||||||
await asyncio.sleep(0.1)
|
await asyncio.sleep(0.1)
|
||||||
|
|
||||||
if success is False: # Check the latest entry
|
if success is False: # Check the latest entry
|
||||||
|
|||||||
Reference in New Issue
Block a user