diff --git a/jishaku/shim/paginator_200.py b/jishaku/shim/paginator_200.py index d943c4e4..9cf08e89 100644 --- a/jishaku/shim/paginator_200.py +++ b/jishaku/shim/paginator_200.py @@ -318,7 +318,7 @@ def __init__(self, interface: 'PaginatorInterface', *args, **kwargs): async def on_submit(self, interaction: discord.Interaction): try: - self.interface.display_page = int(self.page_number.value) + self.interface.display_page = int(self.page_number.value) - 1 except ValueError: await interaction.response.send_message( content=f"``{self.page_number.value}`` could not be converted to a page number"