Kimossab / kimoo-disc-bot

Kimossab's discord bot mainly for anime related stuff and features requested by friends. And my playground to mess around with Typescript and GitHub
0 stars 0 forks source link

Use Components for the pagination #12

Closed Kimossab closed 2 years ago

Kimossab commented 2 years ago

Currently Pagination is using reactions, this can now be improved with the new Discord API.

Should be able to use the Buttons to add arrows and maybe the dropdown to select a specific page.

This related to: #9 And this change should be done in the #11 as this fixes a problem generated there (removing dependencies on reactions)

Probably will require a new refactor in the BaseModule to handle commands differently.