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