mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-22 02:46:45 +00:00
Fix typo in documentation; "users" -> "roles"
This commit is contained in:
parent
5c46f812c7
commit
3009c46080
@ -615,7 +615,7 @@ class RoleSelect(BaseSelect[V]):
|
|||||||
disabled: :class:`bool`
|
disabled: :class:`bool`
|
||||||
Whether the select is disabled or not.
|
Whether the select is disabled or not.
|
||||||
default_values: Sequence[:class:`~discord.abc.Snowflake`]
|
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
|
.. versionadded:: 2.4
|
||||||
row: Optional[:class:`int`]
|
row: Optional[:class:`int`]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user