Browse Source
Fix documented type of `Command.usage`
pull/6297/head
jack1142
4 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/core.py
|
|
@ -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. |
|
|
|