[commands] Add missing description parameter to docs

This commit is contained in:
crayyy_zee
2022-10-05 17:59:42 -04:00
committed by GitHub
parent a592361f29
commit 8f19cfe729
+1 -1
View File
@@ -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.