Skip to content

Commit 9cf66d8

Browse files
committed
newlines
1 parent e2a8085 commit 9cf66d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api/ui_kit.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,23 @@ Objects
5757

5858

5959
.. class:: discord.ui.StringSelect
60+
6061
An alias for :class:`Select` with ``select_type`` as :attr:`discord.ComponentType.string_select`.
6162

6263
.. class:: discord.ui.UserSelect
64+
6365
An alias for :class:`Select` with ``select_type`` as :attr:`discord.ComponentType.user_select`.
6466

6567
.. class:: discord.ui.RoleSelect
68+
6669
An alias for :class:`Select` with ``select_type`` as :attr:`discord.ComponentType.role_select`.
6770

6871
.. class:: discord.ui.MentionableSelect
72+
6973
An alias for :class:`Select` with ``select_type`` as :attr:`discord.ComponentType.mentionable_select`.
7074

7175
.. class:: discord.ui.ChannelSelect
76+
7277
An alias for :class:`Select` with ``select_type`` as :attr:`discord.ComponentType.channel_select`.
7378

7479
.. attributetable:: discord.ui.Section

0 commit comments

Comments
 (0)