MCPcopy
hub / github.com/Rapptz/discord.py / values

Method values

discord/ui/select.py:493–495  ·  view source on GitHub ↗

List[:class:`str`]: A list of values that have been selected by the user.

(self)

Source from the content-addressed store, hash-verified

491
492 @property
493 def values(self) -> List[str]:
494 """List[:class:`str`]: A list of values that have been selected by the user."""
495 return super().values # type: ignore
496
497 @property
498 def type(self) -> Literal[ComponentType.string_select]:

Callers 15

_closeMethod · 0.45
change_presenceMethod · 0.45
is_ws_ratelimitedMethod · 0.45
decoratorFunction · 0.45
__invert__Method · 0.45
allMethod · 0.45
__init__Method · 0.45
allMethod · 0.45
allMethod · 0.45
usersMethod · 0.45
membersMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_permissions_allFunction · 0.36