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.
label
1 parent d0d7e6b commit c5ab99bCopy full SHA for c5ab99b
interactions/models/component.py
@@ -114,7 +114,7 @@ class Button(DictSerializerMixin):
114
:ivar ComponentType type: The type of button. Always defaults to ``2``.
115
:ivar ButtonStyle style: The style of the button.
116
:ivar str label: The label of the button.
117
- :ivar Optional[Emoji] emoji?: The emoji used alongside the laebl of the button.
+ :ivar Optional[Emoji] emoji?: The emoji used alongside the label of the button.
118
:ivar Optional[str] custom_id?: The customized "ID" of the button.
119
:ivar Optional[str] url?: The URL route/path of the button.
120
:ivar Optional[bool] disabled?: Whether the button is unable to be used.
0 commit comments