Skip to content

Commit e2a8085

Browse files
committed
string
1 parent d6a50d1 commit e2a8085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/ui/select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class Select(Generic[V, ST], Item[V]):
107107
:attr:`discord.ComponentType.role_select`, :attr:`discord.ComponentType.mentionable_select`,
108108
or :attr:`discord.ComponentType.channel_select`.
109109
110-
The default is :attr:`discord.ComponentType.string`, but if this is created using any of the provided
110+
The default is :attr:`discord.ComponentType.string_select`, but if this is created using any of the provided
111111
aliases: :class:`StringSelect`, :class:`RoleSelect`, :class:`UserSelect`, :class:`MentionableSelect`, or
112112
:class:`ChannelSelect`, the default will be its respective select type.
113113
custom_id: :class:`str`

0 commit comments

Comments
 (0)