From e8d571b194628220cc4f21752b81f228f43f7f73 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 18 Feb 2025 07:28:12 -0500 Subject: [PATCH] Add missing Poll attribute documentation --- discord/poll.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/discord/poll.py b/discord/poll.py index 767f8ffae..6ab680abd 100644 --- a/discord/poll.py +++ b/discord/poll.py @@ -336,6 +336,15 @@ class Poll: Defaults to ``False``. layout_type: :class:`PollLayoutType` The layout type of the poll. Defaults to :attr:`PollLayoutType.default`. + + Attributes + ----------- + duration: :class:`datetime.timedelta` + The duration of the poll. + multiple: :class:`bool` + Whether users are allowed to select more than one answer. + layout_type: :class:`PollLayoutType` + The layout type of the poll. """ __slots__ = (