Browse Source

Fix documented type of `Command.usage`

pull/6297/head
jack1142 4 years ago
committed by GitHub
parent
commit
ed2650f786
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/core.py

2
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.

Loading…
Cancel
Save