Fixed flake8 compile error (whoops)

This commit is contained in:
Kowlin
2020-03-01 19:14:32 +01:00
parent 8d08ac31af
commit ec8b672347

View File

@@ -383,8 +383,8 @@ class MuteMixin(MixinMeta):
unmute_success = []
for channel in guild.channels:
success, message = await self.unmute_user(guild, channel, author, user, audit_reason)
unmute_success.append((success, message))
success, issue = await self.unmute_user(guild, channel, author, user, audit_reason)
unmute_success.append((success, issue))
await asyncio.sleep(0.1)
if success is False: # Check the latest entry