Nextcord-ext-menus

Latest version: v1.5.7

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

Scan your dependencies

Page 1 of 3

1.5.7

Bug Fixes

* Fixed permissions error with interaction menus in DM channels and added support for `PartialMessageable` channels (https://github.com/nextcord/nextcord-ext-menus/pull/57)


**Full Changelog**: https://github.com/nextcord/nextcord-ext-menus/compare/1.5.6...1.5.7

1.5.6

Bug fixes

* Use channel if overridden in start with interaction in https://github.com/nextcord/nextcord-ext-menus/pull/50

What's Changed

* refactor: fix Pyright issue with message.id in https://github.com/nextcord/nextcord-ext-menus/pull/48
* ci(lint): Add linting support for Python 3.11 in https://github.com/nextcord/nextcord-ext-menus/pull/51

**Full Changelog**: https://github.com/nextcord/nextcord-ext-menus/compare/1.5.5...1.5.6

1.5.5

Bug Fixes

* Prevents raising `CannotSendMessages` and `CannotEmbedLinks` on interaction response by DenverCoder1 in https://github.com/nextcord/nextcord-ext-menus/pull/45

What's Changed

* **ci:** Updated workflows to be consistent with the main repo by DenverCoder1 in https://github.com/nextcord/nextcord-ext-menus/pull/43
* **ci:** pre-commit autoupdate by pre-commit-ci in https://github.com/nextcord/nextcord-ext-menus/pull/44
* **docs:** Update documentation to new link by Skelmis in https://github.com/nextcord/nextcord-ext-menus/pull/46


**Full Changelog**: https://github.com/nextcord/nextcord-ext-menus/compare/1.5.4...1.5.5

1.5.4

What's Changed

* Fix adding reactions to interaction response in menu pages by DenverCoder1 in https://github.com/nextcord/nextcord-ext-menus/pull/41
* The return type of [`send_initial_message`](https://menus.docs.nextcord.dev/en/stable/ext/menus/api/#nextcord.ext.menus.Menu.send_initial_message) can now be [`Message`](https://docs.nextcord.dev/en/latest/api.html#nextcord.Message) or [`PartialInteractionMessage`](https://docs.nextcord.dev/en/latest/api.html#nextcord.PartialInteractionMessage) when using Views.
* When using reactions instead of Views, an instance of [`nextcord.Message`](https://docs.nextcord.dev/en/latest/api.html#nextcord.Message) must be returned.


**Full Changelog**: https://github.com/nextcord/nextcord-ext-menus/compare/1.5.3...1.5.4

1.5.3

What's Changed

* Type annotations refactored by DenverCoder1 in https://github.com/nextcord/nextcord-ext-menus/pull/37
* Clear buttons before sending if one-page async iterator source by DenverCoder1 in https://github.com/nextcord/nextcord-ext-menus/pull/39

**Note:**
* `ButtonMenu.clear()` will now only clear Buttons, other types of items (eg. select menus) will no longer be removed by this method. The `clear_items` method (derived from the `View` parent class) can be used to clear all components.
* If you are is overriding `send_initial_message` in a subclass of `ButtonMenuPages` and you send a pagination menu that only requires 1 page, the buttons may no longer be cleared since the clearing now only happens in the default implementation of `ButtonMenuPages.send_initial_message`.

**Full Changelog**: https://github.com/nextcord/nextcord-ext-menus/compare/1.5.2...1.5.3

1.5.2

What's Changed
* docs: clean up page source docstring by Skelmis in https://github.com/nextcord/nextcord-ext-menus/pull/35
* fix: permissions checks for threads by Skelmis in https://github.com/nextcord/nextcord-ext-menus/pull/34

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

**Full Changelog**: https://github.com/nextcord/nextcord-ext-menus/compare/1.5.1...1.5.2

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.