Browse Source

Remove outdated leftover comment about polls

pull/10109/head
Rapptz 8 months ago
committed by dolfies
parent
commit
c514e11f12
  1. 2
      discord/message.py

2
discord/message.py

@ -1692,8 +1692,6 @@ class Message(PartialMessage, Hashable):
self.call: Optional[CallMessage] = None
self.interaction: Optional[Interaction] = None
# This updates the poll so it has the counts, if the message
# was previously cached.
self.poll: Optional[Poll] = None
try:
self.poll = Poll._from_data(data=data['poll'], message=self, state=state)

Loading…
Cancel
Save