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 8aa01f4 commit 4bbb7f6Copy full SHA for 4bbb7f6
core/paginator.py
@@ -81,7 +81,7 @@ async def show_page(self, index: int):
81
await self.create_base(page)
82
83
def react_check(self, reaction, user):
84
- return user.id == self.ctx.author.id and reaction.emoji in self.reaction_map.keys()
+ return reaction.message == self.base and user.id == self.ctx.author.id and reaction.emoji in self.reaction_map.keys()
85
86
async def run(self):
87
if not self.running:
0 commit comments