mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-13 09:19:48 +00:00
[commands] Fix minor spelling mistake
This commit is contained in:
parent
096584733e
commit
89f9009a28
@ -954,7 +954,7 @@ class Bot(BotBase, discord.Client):
|
|||||||
than ignoring itself. If ``False`` (the default) then the bot will ignore
|
than ignoring itself. If ``False`` (the default) then the bot will ignore
|
||||||
itself. This cannot be changed once initialised.
|
itself. This cannot be changed once initialised.
|
||||||
formatter : :class:`.HelpFormatter`
|
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.
|
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
|
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
|
a call to :meth:`~.Bot.remove_command` with 'help' as the argument would do the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user