Dinteractions-paginator

Latest version: v2.0.2

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

Scan your dependencies

Page 1 of 5

2.0.2

This release adds support for overriding the label in select options of the select menu.
Example:
py
bot.command(name="paginator", description="Paginator example", scope=924871439776108544)
async def paginator_example(ctx: CommandContext):
await Paginator(
client=bot,
ctx=ctx,
pages=[
Page(embeds=Embed(description="no title lol")),
Page(embeds=Embed(description="no title but shows 'hello' in label"), title="hello"),
],
).run()


What's Changed
* feat: new title arg in Page to override label in select by Toricane in https://github.com/interactions-py/paginator/pull/41


**Full Changelog**: https://github.com/interactions-py/paginator/compare/2.0.1...2.0.2

2.0.1

Fixes some mistakes in the README.

What's Changed
* chore: merge unstable by Toricane in https://github.com/interactions-py/paginator/pull/40


**Full Changelog**: https://github.com/interactions-py/paginator/compare/2.0.0...2.0.1

2.0.0

The first release of dinteractions-Paginator specifically for v4 of interactions.py!

What's Changed
* feat!: implement new paginator for interactions.py v4 by Toricane in https://github.com/interactions-py/paginator/pull/38
* chore: merge unstable by Toricane in https://github.com/interactions-py/paginator/pull/39


**Full Changelog**: https://github.com/interactions-py/paginator/compare/1.5.1...2.0.0

2.0.0a5

2.0.0a4

2.0.0a3

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.