aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/help_channels.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py
index c8c437145..3757f0581 100644
--- a/bot/cogs/help_channels.py
+++ b/bot/cogs/help_channels.py
@@ -153,8 +153,8 @@ class HelpChannels(Scheduler, commands.Cog):
await self.init_categories()
- self.channel_queue = await self.create_channel_queue()
- self.name_queue = await self.name_queue()
+ self.channel_queue = self.create_channel_queue()
+ self.name_queue = self.create_name_queue()
await self.init_available()
await self.move_idle_channels()