An package for discord pagination.
Project description
discord-ext-paginator
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file discord-ext-paginator-0.4.6.tar.gz.
File metadata
- Download URL: discord-ext-paginator-0.4.6.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
452c7666990282adb4d78d5b3aa43e3b51092a7da92b4bf2220c3cf8349f0c2e
|
|
| MD5 |
c6e4a7d03727db39f60693e0e60a7494
|
|
| BLAKE2b-256 |
52fa4132b1229b35b6c4e69711ea011103008331d140764d0c7b49f56627941b
|
File details
Details for the file discord_ext_paginator-0.4.6-py3-none-any.whl.
File metadata
- Download URL: discord_ext_paginator-0.4.6-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43f360987eae0f8709c7b677023d7d87124e2cc1b6e4c93edb5a8333ca85f66f
|
|
| MD5 |
5048718e92000e643d0e0d9c8b23eb72
|
|
| BLAKE2b-256 |
16877237f25330ec23247fd1e1411677c9318f77aa7da450f9dc20e5cf9ec42d
|