Browse Source
[commands] Fix minor spelling mistake
pull/913/head
S Stewart
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/ext/commands/bot.py
|
|
@ -954,7 +954,7 @@ class Bot(BotBase, discord.Client): |
|
|
|
than ignoring itself. If ``False`` (the default) then the bot will ignore |
|
|
|
itself. This cannot be changed once initialised. |
|
|
|
formatter : :class:`.HelpFormatter` |
|
|
|
The formatter used to format the help message. By default, it uses a |
|
|
|
The formatter used to format the help message. By default, it uses |
|
|
|
the :class:`.HelpFormatter`. Check it for more info on how to override it. |
|
|
|
If you want to change the help command completely (add aliases, etc) then |
|
|
|
a call to :meth:`~.Bot.remove_command` with 'help' as the argument would do the |
|
|
|