We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c2204 commit 09f80ddCopy full SHA for 09f80dd
discord/components.py
@@ -1052,7 +1052,7 @@ def walk_components(self) -> Iterator[Component]:
1052
class Label(Component):
1053
"""Represents a Label used in modals as the top-level component.
1054
1055
- This is a component that holda another component alongside additional text in modals.
+ This is a component that allows you to add additional text to another component.
1056
``component`` may only be:
1057
1058
- :class:`InputText`
0 commit comments