Summary
adding state change capabilities should_add_buttons to ButtonMenuPages
What is the feature request for?
nextcord.ext.menus
The Problem
if there is only one page, the buttons are not displayed

The Ideal Solution
add to the class ButtonMenuPages, should_add_buttons, as with inherit_buttons or disable_buttons_after, in which you can explicitly specify the state of the function to display buttons, even if there is only one page
The Current Solution
Change the return of the is_paginating function to True

Additional Context
No response
Summary
adding state change capabilities
should_add_buttonstoButtonMenuPagesWhat is the feature request for?
nextcord.ext.menus
The Problem
if there is only one page, the buttons are not displayed

The Ideal Solution
add to the class
ButtonMenuPages,should_add_buttons, as withinherit_buttonsordisable_buttons_after, in which you can explicitly specify the state of the function to display buttons, even if there is only one pageThe Current Solution
Change the return of the is_paginating function to True

Additional Context
No response