fisher60 / friendo-bot

A Discord Bot that is just a good Friendo
MIT License
25 stars 24 forks source link

Paginator #120

Closed uncomfyhalomacro closed 2 years ago

uncomfyhalomacro commented 4 years ago

Pagination:

xPolar commented 4 years ago

Hey @ReneganRonin, I've created a ton of different paginated commands before. What would you be looking for in this issue?

fisher60 commented 4 years ago

Hello, @xPolar, we are looking for pagination with our help command. We would like to keep the help command at a manageable size and allow users to react to the help message in order to switch between help pages. The reference for this is the seasonal bot from the python discord server.

The commands/cogs should be sorted in alphabetical order. The main goal is to reduce the size of the help command by limiting results per page.

xPolar commented 4 years ago

Hey, been slumped with school, should be able to do this by the end of the week.