We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Command.usage
1 parent bbbda4e commit ed2650fCopy full SHA for ed2650f
discord/ext/commands/core.py
@@ -144,7 +144,7 @@ class Command(_BaseCommand):
144
The long help text for the command.
145
brief: Optional[:class:`str`]
146
The short help text for the command.
147
- usage: :class:`str`
+ usage: Optional[:class:`str`]
148
A replacement for arguments in the default help text.
149
aliases: Union[List[:class:`str`], Tuple[:class:`str`]]
150
The list of aliases the command can be invoked under.
0 commit comments