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__
toModalPaginator
.
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
Full Changelog: 1.2.0...1.3.0