Browse Source

Add missing Poll attribute documentation

pull/10107/head
Rapptz 1 month ago
parent
commit
e8d571b194
  1. 9
      discord/poll.py

9
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__ = (

Loading…
Cancel
Save