Skip to content

Instantly share code, notes, and snippets.

View nick-Sutton's full-sized avatar
🦾
I Need Robot Arm

Nicholas Sutton nick-Sutton

🦾
I Need Robot Arm
View GitHub Profile
TOKEN = discord_Token
CHANNEL_ID = discord_Channel
class PersistentViewBot(commands.Bot):
def __init__(self):
intents = discord.Intents.all()
intents.message_content = True
super().__init__(command_prefix=commands.when_mentioned_or('!'), intents=intents)
self.cogs_List = ["cog.freegamesCog"]
self.add_view(PaginationView(embeds))