d4n3436 / Fergun.Interactive

An addon that provides interactive functionality to Discord commands.
MIT License
31 stars 5 forks source link

Modals and paginator "jump" support #18

Closed d4n3436 closed 2 years ago

d4n3436 commented 2 years ago

Add support for modals (forms) as a new input type. This might make possible to implement a better "jump" (skip to page) feature that some paginators had in the past.

The way it would work: When the button for jumping is pressed, a modals appears, requesting a page number. After entering the number, the paginator is updated to display the specified page.