From 28525762504e5a202faf0f6d16b80552e178b552 Mon Sep 17 00:00:00 2001 From: phxntxm Date: Tue, 7 Mar 2017 17:32:40 -0600 Subject: [PATCH] Corrected the event to wait for --- cogs/utils/paginator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utils/paginator.py b/cogs/utils/paginator.py index 55cb1b3..3f21120 100644 --- a/cogs/utils/paginator.py +++ b/cogs/utils/paginator.py @@ -185,7 +185,7 @@ class Pages: await self.show_page(start_page, first=True) while self.paginating: - react = await self.bot.wait_for('reaction', check=self.react_check, timeout=120.0) + react = await self.bot.wait_for('reaction_add', check=self.react_check, timeout=120.0) if react is None: self.paginating = False try: