mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 20:28:38 +00:00
Fix documented type of Command.usage
This commit is contained in:
parent
bbbda4ec00
commit
ed2650f786
@ -144,7 +144,7 @@ class Command(_BaseCommand):
|
|||||||
The long help text for the command.
|
The long help text for the command.
|
||||||
brief: Optional[:class:`str`]
|
brief: Optional[:class:`str`]
|
||||||
The short help text for the command.
|
The short help text for the command.
|
||||||
usage: :class:`str`
|
usage: Optional[:class:`str`]
|
||||||
A replacement for arguments in the default help text.
|
A replacement for arguments in the default help text.
|
||||||
aliases: Union[List[:class:`str`], Tuple[:class:`str`]]
|
aliases: Union[List[:class:`str`], Tuple[:class:`str`]]
|
||||||
The list of aliases the command can be invoked under.
|
The list of aliases the command can be invoked under.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user