Skip to content

Commit

Permalink
Fix documented type of Command.usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Jan 14, 2021
1 parent bbbda4e commit ed2650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/ext/commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class Command(_BaseCommand):
The long help text for the command.
brief: Optional[:class:`str`]
The short help text for the command.
usage: :class:`str`
usage: Optional[:class:`str`]
A replacement for arguments in the default help text.
aliases: Union[List[:class:`str`], Tuple[:class:`str`]]
The list of aliases the command can be invoked under.
Expand Down

0 comments on commit ed2650f

Please sign in to comment.