Skip to content

Commit

Permalink
Remove duplicated doc for default_values kwarg for select decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Soheab committed Sep 30, 2023
1 parent cf79af2 commit d7f8a39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discord/ui/select.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ async def select_channels(self, interaction: discord.Interaction, select: Channe
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
"""
Expand Down

0 comments on commit d7f8a39

Please sign in to comment.