Paginated messages page limit
To get around the 25 page limit, is there a way to have the class just send up to three select menus if needed, raising the max to 75?
2 Replies
Just override some of the class methods. It's a bit outdated but @Skyra used to have that https://github.com/skyra-project/skyra/blob/69905b1148730a60e637bfc50110e1f8a6eff750/src/lib/structures/HelpPaginatedMessage.ts
Thanks 🙂