sir-lancebot
sir-lancebot copied to clipboard
help command pagination using message components
Description
Discord's message components and interaction based pagination would be better for the help command.
Reasoning
Since @Sir Lancebot is running on discord.py v2.0 , it would be cool and better to have help command pagination using buttons and interactions instead of reaction based pagination. It takes a little bit of extra time for the current help command session to add reaction to the embedded message, but message components can load instantly without any rate-limit !
Proposed Implementation
using discord.ui and discord.ui.View we can implement pagination using the default emojis like this:

Additional Details
Would you like to implement this yourself?
- [ ] I'd like to implement this feature myself
- [x] Anyone can implement this feature
I would like to work on this with @katimoth for a school project - are there any updates?