VOVOplay 1 month ago
committed by GitHub
parent
commit
6179023b90
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/ui/radio.py

2
discord/ui/radio.py

@ -113,7 +113,7 @@ class RadioGroup(Item[V]):
@property @property
def value(self) -> Optional[str]: def value(self) -> Optional[str]:
"""Optional[:class:`str`]: The value have been selected by the user, if any.""" """Optional[:class:`str`]: The value that has been selected by the user, if any."""
return self._value return self._value
@property @property

Loading…
Cancel
Save