mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-23 00:42:56 +00:00
[commands] Add missing description parameter to docs
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user