We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ac723 commit 6488a80Copy full SHA for 6488a80
core/thread.py
@@ -135,7 +135,7 @@ def __init__(self, bot):
135
136
async def populate_cache(self):
137
for channel in self.bot.modmail_guild.text_channels:
138
- if not self.bot.using_multiple_server_setup and channel.category != self.main_category:
+ if not self.bot.using_multiple_server_setup and channel.category != self.bot.main_category:
139
continue
140
await self.find(channel=channel)
141
0 commit comments