File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -57,18 +57,23 @@ Objects
57
57
58
58
59
59
.. class :: discord.ui.StringSelect
60
+
60
61
An alias for :class: `Select ` with ``select_type `` as :attr: `discord.ComponentType.string_select `.
61
62
62
63
.. class :: discord.ui.UserSelect
64
+
63
65
An alias for :class: `Select ` with ``select_type `` as :attr: `discord.ComponentType.user_select `.
64
66
65
67
.. class :: discord.ui.RoleSelect
68
+
66
69
An alias for :class: `Select ` with ``select_type `` as :attr: `discord.ComponentType.role_select `.
67
70
68
71
.. class :: discord.ui.MentionableSelect
72
+
69
73
An alias for :class: `Select ` with ``select_type `` as :attr: `discord.ComponentType.mentionable_select `.
70
74
71
75
.. class :: discord.ui.ChannelSelect
76
+
72
77
An alias for :class: `Select ` with ``select_type `` as :attr: `discord.ComponentType.channel_select `.
73
78
74
79
.. attributetable :: discord.ui.Section
You can’t perform that action at this time.
0 commit comments