You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: discord/components.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,14 @@
38
38
39
39
40
40
classButtonStyle:
41
+
41
42
"""
42
43
:class:`Button`
43
44
Represents the Style for an :class:`discord.Button`
44
45
45
46
.. note ::
46
47
For more information about the Button-Styles visit the `Discord-API Documentation <https://discord.com/developers/docs/interactions/message-components#buttons-button-styles>`_.
0 commit comments