Browse Source

update ActionRow.select docstring

pull/10166/head
DA-344 3 months ago
parent
commit
412caa6c2e
  1. 2
      discord/ui/action_row.py

2
discord/ui/action_row.py

@ -411,7 +411,7 @@ class ActionRow(Item[V]):
"""A decorator that attaches a select menu to a component.
The function being decorated should have three parameters, ``self`` representing
the :class:`discord.ui.View`, the :class:`discord.Interaction` you receive and
the :class:`discord.ui.LayoutView`, the :class:`discord.Interaction` you receive and
the chosen select class.
To obtain the selected values inside the callback, you can use the ``values`` attribute of the chosen class in the callback. The list of values

Loading…
Cancel
Save