Skip to content

Instantly share code, notes, and snippets.

@sifte
sifte / paginator.py
Created March 22, 2022 04:59
Button Paginator
import discord
from discord.ext import commands
class Paginator(discord.ui.View):
def __init__(
self,
ctx: commands.Context,
messages: list,
*,
embed: bool = False,