diff options
| author | 2020-07-11 21:46:12 -0400 | |
|---|---|---|
| committer | 2020-07-11 21:46:12 -0400 | |
| commit | de924691e4967b85424fe6e802d7f92846bb0850 (patch) | |
| tree | e15b25eb2ecbc96b09af5e64b0ac98f515d43c08 | |
| parent | Merge branch 'master' into help-channels-pin (diff) | |
Fix comment
| -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 9313efc67..b06934eff 100644 --- a/bot/cogs/help_channels.py +++ b/bot/cogs/help_channels.py @@ -701,7 +701,7 @@ class HelpChannels(Scheduler, commands.Cog): log.info(f"Channel #{channel} was claimed by `{message.author.id}`.") await self.move_to_in_use(channel) await self.revoke_send_permissions(message.author) - # Pin message for better access and storage this to cache + # Pin message for better access and store this to cache try: await message.pin() except discord.NotFound: |