Skip to content

Instantly share code, notes, and snippets.

View InterStella0's full-sized avatar
🌸
me when

Stella InterStella0

🌸
me when
View GitHub Profile
@InterStella0
InterStella0 / Pagination_walkthrough.md
Last active March 15, 2024 22:02
A walkthrough on action based pagination in discord.py

Pagination Walkthrough in discord.py

In this tutorial I will go through the entire length of pagination in discord.py

I kindly ask you to go through the entire thing, as it is not recommended to skip the subtopics because they are interconnected in some way.

Table Content

@InterStella0
InterStella0 / HelpCommand_walkthrough_guide.md
Last active March 16, 2024 09:29
Walkthrough guide on subclassing HelpCommand