mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 11:26:51 +00:00
[commands] Add missing description parameter to docs
This commit is contained in:
parent
a592361f29
commit
8f19cfe729
@ -194,7 +194,7 @@ def parameter(
|
|||||||
description: str = empty,
|
description: str = empty,
|
||||||
displayed_default: str = empty,
|
displayed_default: str = empty,
|
||||||
) -> Any:
|
) -> Any:
|
||||||
r"""parameter(\*, converter=..., default=..., displayed_default=...)
|
r"""parameter(\*, converter=..., default=..., description=..., displayed_default=...)
|
||||||
|
|
||||||
A way to assign custom metadata for a :class:`Command`\'s parameter.
|
A way to assign custom metadata for a :class:`Command`\'s parameter.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user