diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/help_channels.py | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py index 697a4d3b7..797019f69 100644 --- a/bot/cogs/help_channels.py +++ b/bot/cogs/help_channels.py @@ -442,7 +442,6 @@ class HelpChannels(Scheduler, commands.Cog):              category=self.dormant_category,              sync_permissions=True,              topic=DORMANT_TOPIC, -            position=10000,          )          log.trace(f"Position of #{channel} ({channel.id}) is actually {channel.position}.") @@ -463,7 +462,6 @@ class HelpChannels(Scheduler, commands.Cog):              category=self.in_use_category,              sync_permissions=True,              topic=IN_USE_TOPIC, -            position=10000,          )          timeout = constants.HelpChannels.idle_minutes * 60 | 
