DA344
11 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/poll.py
|
|
@ -426,7 +426,7 @@ class Poll: |
|
|
|
|
|
|
|
@property |
|
|
|
def question(self) -> str: |
|
|
|
""":class:`str`: Returns this poll answer question string.""" |
|
|
|
""":class:`str`: Returns this poll's question string.""" |
|
|
|
return self._question_media.text |
|
|
|
|
|
|
|
@property |
|
|
|