mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
[commands] Fix broken None reference
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
This commit is contained in:
parent
b9b6dc960f
commit
7b65be9d25
@ -449,7 +449,7 @@ class Context(discord.abc.Messageable, Generic[BotT]):
|
|||||||
|
|
||||||
Due to the way this function works, instead of returning
|
Due to the way this function works, instead of returning
|
||||||
something similar to :meth:`~.commands.HelpCommand.command_not_found`
|
something similar to :meth:`~.commands.HelpCommand.command_not_found`
|
||||||
this returns :class:`None` on bad input or no help command.
|
this returns ``None`` on bad input or no help command.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
------------
|
------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user