Rapptz / discord-ext-menus

MIT License
234 stars 87 forks source link

Set default positions for page navigation buttons in MenuPages #4

Closed Snaptraks closed 4 years ago

Snaptraks commented 4 years ago

This allows for adding extra buttons to the Menu, by subclassing for example, and allow for those extra buttons to be placed between the "previous" and "next" buttons by setting the position to Position(x, bucket=1) in the button decorator.