diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index 2eff4b94b..fbe62f4de 100644 --- a/discord/ext/commands/context.py +++ b/discord/ext/commands/context.py @@ -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 ------------