Browse Source
Fix typo in documentation; "users" -> "roles"
pull/9636/head
Lukas Vacula
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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`] |
|
|
|