diff --git a/src/utils/reminder.py b/src/utils/reminder.py index 6576e0e..ec507fe 100644 --- a/src/utils/reminder.py +++ b/src/utils/reminder.py @@ -124,7 +124,7 @@ async def listReaction(client, payload): page -= 1 else: if int(infoDescription[2]) > 1: - page += 1 + page = int(infoDescription[2]) else: return False, False if payload.emoji.name == "➡️":