aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-03-29 17:22:53 -0700
committerGravatar MarkKoz <[email protected]>2020-03-29 17:22:53 -0700
commit00c9f092a0c056b21e012fdadd807d0410a3ca09 (patch)
treeeef385d692a5939f770ef58065cdaf6ddaddcd11
parentBotCog: fix AttributeError getting a category for a DMChannel (diff)
HelpChannels: fix typo in docstring
Diffstat (limited to '')
-rw-r--r--bot/cogs/help_channels.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/help_channels.py b/bot/cogs/help_channels.py
index 3014cffa8..273c5d98c 100644
--- a/bot/cogs/help_channels.py
+++ b/bot/cogs/help_channels.py
@@ -262,7 +262,7 @@ class HelpChannels(Scheduler, commands.Cog):
"""
Return a truncated list of prefixed element names.
- The amount of names if configured with `HelpChannels.max_total_channels`.
+ The amount of names is configured with `HelpChannels.max_total_channels`.
The prefix is configured with `HelpChannels.name_prefix`.
"""
count = constants.HelpChannels.max_total_channels