mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-22 08:44:10 +00:00
Remove duplicated doc for default_values kwarg for select decorator
This commit is contained in:
parent
cf79af2dc4
commit
d7f8a39a66
@ -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
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user