diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/help_channels.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py index 060a010cc..c640c4d6f 100644 --- a/bot/cogs/help_channels.py +++ b/bot/cogs/help_channels.py @@ -594,7 +594,7 @@ class HelpChannels(Scheduler, commands.Cog):              return  # Ignore messages sent by bots.          channel = message.channel -        if not self.is_in_category(channel, constants.Categories.help_in_use): +        if self.is_in_category(channel, constants.Categories.help_in_use):              if channel.id in self.unanswered:                  claimant_id = self.help_channel_claimants[channel].id | 
