diff --git a/discord/ext/pages/pagination.py b/discord/ext/pages/pagination.py index 8fb291931b..3f97d9b050 100644 --- a/discord/ext/pages/pagination.py +++ b/discord/ext/pages/pagination.py @@ -578,7 +578,7 @@ async def interaction_check(self, interaction: discord.Interaction) -> bool: def add_menu(self): """Adds the default :class:`PaginatorMenu` instance to the paginator.""" - self.menu = PaginatorMenu(self.page_groups, placeholder=self.menu_placeholder, custom_id="pages_group_menu") + self.menu = PaginatorMenu(self.page_groups, placeholder=self.menu_placeholder) self.menu.paginator = self self.add_item(self.menu)