aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2020-04-07 01:20:03 +0200
committerGravatar Numerlor <[email protected]>2020-04-09 20:28:08 +0200
commita0daa7e77c4920fc51229fb751a48d08280ed42d (patch)
tree65dd58cac1558db8647c7a74857acf59fef908cb
parentReword strings to reflect name changes. (diff)
Add spacing.
Co-authored-by: MarkKoz <[email protected]>
-rw-r--r--bot/cogs/help_channels.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py
index 3418ad210..421d41baf 100644
--- a/bot/cogs/help_channels.py
+++ b/bot/cogs/help_channels.py
@@ -628,6 +628,7 @@ class HelpChannels(Scheduler, commands.Cog):
except KeyError:
log.trace(f"Channel #{channel.name} ({channel.id}) not in claimant cache, permissions unchanged.")
return
+
log.trace(f"Resetting send permissions for {member} ({member.id}).")
await self.available_category.set_permissions(member, overwrite=None)
# Cancel task, ignore no task existing when the claim time passed but idle time has not.