Skip to main content

Pagination for embeds in discord.py bots

Project description

Discord Embeds Pagination

Python package to create pagination with embeds in discord.py bots.

Documentation

Import:

from pagination import Pagination

Example use:

@bot.command()
async def test_pagination(ctx):
    embeds = [
        discord.Embed(title="A", description="Desc", color=0x00ff00),
        discord.Embed(title="B", description="Desc", color=0x00ff00)
    ]
    pagination = Pagination(ctx, embeds)
    await pagination.init_messsage()

screenshot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

discord_embeds_pagination-0.0.7.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

discord_embeds_pagination-0.0.7-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file discord_embeds_pagination-0.0.7.tar.gz.

File metadata

File hashes

Hashes for discord_embeds_pagination-0.0.7.tar.gz
Algorithm Hash digest
SHA256 6edcb4bc1adc2420ee797c70d8f940c692aae464b90c38ace81b8c70b0fd9272
MD5 74db86c0e7284877482fd45539f996a9
BLAKE2b-256 6506757e4aa3ec488eed034bac8867239ff331b8422a4859c51f1b4bb3550d88

See more details on using hashes here.

File details

Details for the file discord_embeds_pagination-0.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for discord_embeds_pagination-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 64db0e315a27c8675157be744f0b3145d62e480776e14372774a291773f66da6
MD5 d806697fb4d0ecab4138b0d9a2098b44
BLAKE2b-256 c0e5398cc88ded904e3b9a8a7c4db980d0f6db9a6b13058750e2d63ccfafa32b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page