Nextcord-ext-menus

Latest version: v1.5.7

Safety actively analyzes 702161 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

1.3.1

What's Changed
* Add more button menu examples by DenverCoder1 in https://github.com/nextcord/nextcord-ext-menus/pull/13
* Fix _disable_unabilable_buttons failing if child is not button by parker02311 in https://github.com/nextcord/nextcord-ext-menus/pull/14

New Contributors
* parker02311 made their first contribution in https://github.com/nextcord/nextcord-ext-menus/pull/14

**Full Changelog**: https://github.com/nextcord/nextcord-ext-menus/compare/1.3.0...1.3.1

1.3.0

Breaking Changes

* Changes were made to the `MenuPaginationButton` constructor (11) to make it take keyword arguments and will it no longer take positional arguments. Any code using `MenuPaginationButton` with positional arguments (eg. `MenuPaginationButton(emoji, style)`) should be changed to take keyword arguments (eg. `MenuPaginationButton(emoji=emoji, style=style)`)

Bug Fixes

* Fix for Stop button sometimes not clearing buttons when `clear_buttons_after` set to True (12)

1.2.2

Fixes

* Allow `inherit_buttons=False` in metaclass to skip adding ButtonMenuPages buttons (10)

1.2.1

Added `disable_buttons_after` kwarg to ButtonMenu (9)

1.2.0

Fix for using `clear_buttons_after` instead of `clear_reaction_buttons` in `ButtonMenuPages` constructor

1.1.0

* Separated modules into six new files categorized by types.

* Type annotations have been added

* Added `ButtonMenu.clear()` for removing all buttons from the view

* Added `clear_buttons_after` as an alias for `clear_reactions_after`

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.