Skip to content

Instantly share code, notes, and snippets.

View Rashaad1268's full-sized avatar
🗿
Maker of projects that go unnoticed

Rashaad1268

🗿
Maker of projects that go unnoticed
View GitHub Profile
@Rashaad1268
Rashaad1268 / paginator.py
Last active September 5, 2021 10:33
A emoji paginator using discord-ext-menus
import discord, logging, typing as t
from discord.ext import commands, menus # pip install discord-ext-menus
log = logging.getLogger(__name__)
FIRST_PAGE = "\u23EE"
LEFT_PAGE = "\u2B05"
QUIT_PAGINATION = "\u23f9"