This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import discord | |
from discord.ext import commands | |
class Paginator(discord.ui.View): | |
def __init__( | |
self, | |
ctx: commands.Context, | |
messages: list, | |
*, | |
embed: bool = False, |