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 1e72afd commit 697152bCopy full SHA for 697152b
core/paginator.py
@@ -78,7 +78,7 @@ async def show_page(self, index: int):
78
await self.create_base(page)
79
80
def react_check(self, reaction, user):
81
- return reaction.message == self.base and user.id == self.ctx.author.id and reaction.emoji in self.reaction_map.keys()
+ return reaction.message.id == self.base.id and user.id == self.ctx.author.id and reaction.emoji in self.reaction_map.keys()
82
83
async def run(self):
84
if not self.running:
0 commit comments