diff options
Diffstat (limited to '')
| -rw-r--r-- | bot/exts/help_channels/_cog.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/help_channels/_cog.py b/bot/exts/help_channels/_cog.py index 6f8472069..03e891271 100644 --- a/bot/exts/help_channels/_cog.py +++ b/bot/exts/help_channels/_cog.py @@ -387,7 +387,7 @@ class HelpChannels(commands.Cog):          )          log.trace(f"Sending dormant message for #{channel} ({channel.id}).") -        available_category = self.bot.get_channel(constants.Categories.help_available) +        available_category = await channel_utils.try_get_channel(constants.Categories.help_available)          embed = discord.Embed(              description=_message.DORMANT_MSG.format(                  dormant=channel.category.name, | 
