Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@Soheab Soheab released this 02 May 21:36

v1.3.0

Warning

Heads up! This version is the last version that supports a lower version of discord.py than 2.5.2.

Please update your discord.py version to 2.5.2 or higher to use this extension.

Features

  • (b17db08) Added a support for __iter__ to ModalPaginator.
    This means you can now easily iterate over all modals and their text inputs:

    for modal, text_inputs in paginator:
        ...
  • (6adc7b) Added two new kwargs to ModalPaginator.from_text_inputs

    • max_inputs_per_modal

    • titles_steps

    See the kwarg's docstring for more information.

Bug Fixes

  • (ba5e8a9) Fix a bug where it couldn't edit it's own message due to a semi-breaking change in discord.py 2.5.0.

New Contributors

  • @DA-344 made their first contribution in #1

Full Changelog: 1.2.0...1.3.0