Skip to content

Commit 6488a80

Browse files
committed
Fix populating thread cache
1 parent d3ac723 commit 6488a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def __init__(self, bot):
135135

136136
async def populate_cache(self):
137137
for channel in self.bot.modmail_guild.text_channels:
138-
if not self.bot.using_multiple_server_setup and channel.category != self.main_category:
138+
if not self.bot.using_multiple_server_setup and channel.category != self.bot.main_category:
139139
continue
140140
await self.find(channel=channel)
141141

0 commit comments

Comments
 (0)