From 3009c46080c75a122e99fa06d9e023ad4da633ee Mon Sep 17 00:00:00 2001 From: Lukas Vacula <65482502+ldv8434@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:04:05 -0500 Subject: [PATCH] Fix typo in documentation; "users" -> "roles" --- 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 c20e4be6e..47c9d4a47 100644 --- a/discord/ui/select.py +++ b/discord/ui/select.py @@ -615,7 +615,7 @@ class RoleSelect(BaseSelect[V]): disabled: :class:`bool` Whether the select is disabled or not. default_values: Sequence[:class:`~discord.abc.Snowflake`] - A list of objects representing the users that should be selected by default. + A list of objects representing the roles that should be selected by default. .. versionadded:: 2.4 row: Optional[:class:`int`]