Browse Source

[commands] Fix broken None reference

Co-authored-by: Danny <[email protected]>
pull/7998/head
Var 3 years ago
committed by GitHub
parent
commit
7b65be9d25
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/context.py

2
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
------------

Loading…
Cancel
Save