Browse Source
[commands] Fix broken None reference
Co-authored-by: Danny <Rapptz@users.noreply.github.com>
pull/7998/head
Var
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
------------ |
|
|
|