We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf395d1 commit f4be33bCopy full SHA for f4be33b
interactions/models/discord/poll.py
@@ -93,7 +93,7 @@ class Poll(DictSerializationMixin):
93
"""Each of the answers available in the poll, up to 10."""
94
expiry: Timestamp = attrs.field(repr=False, default=MISSING, converter=optional(timestamp_converter))
95
"""Number of hours the poll is open for, up to 7 days."""
96
- allow_multiselect: bool = attrs.field(repr=False, default=False, metadata=no_export_meta)
+ allow_multiselect: bool = attrs.field(repr=False, default=False)
97
"""Whether a user can select multiple answers."""
98
layout_type: PollLayoutType = attrs.field(repr=False, default=PollLayoutType.DEFAULT, converter=PollLayoutType)
99
"""The layout type of the poll."""
0 commit comments