From 4f46455fa34bde0d6da64199bb02225bda3f63e2 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Tue, 19 Nov 2019 17:29:51 -0600 Subject: [PATCH] Update to fetch --- cogs/polls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/polls.py b/cogs/polls.py index 30a72eb..8d0ef17 100644 --- a/cogs/polls.py +++ b/cogs/polls.py @@ -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"""