[commands] Fix broken None reference

Co-authored-by: Danny <Rapptz@users.noreply.github.com>
This commit is contained in:
Var
2022-05-04 23:34:49 -04:00
committed by GitHub
co-authored by Danny
parent b9b6dc960f
commit 7b65be9d25
+1 -1
View File
@@ -449,7 +449,7 @@ class Context(discord.abc.Messageable, Generic[BotT]):
Due to the way this function works, instead of returning
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
------------