Skip to main content

An package for discord pagination.

Project description

discord-ext-paginator

PyPI - Version PyPI - Downloads

An package for discord pagination.

How to install

pip install discord-ext-paginator

Example

from discord.ext import paginator

def get_pages():
	   pages = [discord.Embed(title=f"I'm the embed {i}!") for i in range(1, 6)]

@bot.command()
async def paginator(ctx):
	pag = paginator.Paginator(pages=get_pages())
	await pag.start(ctx)

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-ext-paginator-0.4.6.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

discord_ext_paginator-0.4.6-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

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