Skip to content

Commit ed2650f

Browse files
authored
Fix documented type of Command.usage
1 parent bbbda4e commit ed2650f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ext/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ class Command(_BaseCommand):
144144
The long help text for the command.
145145
brief: Optional[:class:`str`]
146146
The short help text for the command.
147-
usage: :class:`str`
147+
usage: Optional[:class:`str`]
148148
A replacement for arguments in the default help text.
149149
aliases: Union[List[:class:`str`], Tuple[:class:`str`]]
150150
The list of aliases the command can be invoked under.

0 commit comments

Comments
 (0)