Browse Source
Remove duplicated doc for default_values kwarg for select decorator
pull/9594/head
Soheab_
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
discord/ui/select.py
|
|
@ -1033,7 +1033,6 @@ def select( |
|
|
|
default_values: Sequence[:class:`~discord.abc.Snowflake`] |
|
|
|
A list of objects representing the default values for the select menu. This cannot be used with regular :class:`Select` instances. |
|
|
|
If ``cls`` is :class:`MentionableSelect` and :class:`.Object` is passed, then the type must be specified in the constructor. |
|
|
|
if `cls` is :class:`MentionableSelect` and :class:`.Object` is passed, then the type must be specified in the constructor. |
|
|
|
|
|
|
|
.. versionadded:: 2.4 |
|
|
|
""" |
|
|
|