From 512a6bae2d95744c181b3d13025af6da35564dc5 Mon Sep 17 00:00:00 2001 From: Soheab_ <33902984+Soheab@users.noreply.github.com> Date: Thu, 11 Sep 2025 19:13:01 +0200 Subject: [PATCH] 2.6* --- discord/ui/select.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ui/select.py b/discord/ui/select.py index 0b4d0ba31..e58d8c9ad 100644 --- a/discord/ui/select.py +++ b/discord/ui/select.py @@ -590,7 +590,7 @@ class UserSelect(BaseSelect[V]): required: :class:`bool` Whether the select is required. Only applicable within modals. - .. versionadded:: 2.7 + .. versionadded:: 2.6 row: Optional[:class:`int`] The relative row this select menu belongs to. A Discord component can only have 5 rows. By default, items are arranged automatically into those 5 rows. If you'd