1
0
Fork 0
mirror of synced 2024-05-06 21:52:30 +12:00

Update to fetch

This commit is contained in:
Phxntxm 2019-11-19 17:29:51 -06:00
parent b6f2b74360
commit 4f46455fa3

View file

@ -24,7 +24,7 @@ class Poll:
return self.message.reactions
async def update_message(self):
self.message = await self.message.channel.get_message(self.message.id)
self.message = await self.message.channel.fetch_message(self.message.id)
async def remove_other_reaction(self, reaction, member):
"""Ensures that this is the only reaction set for this user"""