Change select menu options to custom options for paginated messages

Hi, how do I change the options to, for example, "test1" & "test2" instead? I'm using @sapphire/discord.js-utilities for Paginated Messages, if that's useful.
Solution:
https://www.sapphirejs.dev/docs/Documentation/api-utilities/classes/sapphire_discord_js_utilities.PaginatedMessage#setselectmenuoptions The callback function paramater has a pageIndex as shown so you can detect it for each page and add the proper text....
Sapphire Framework
Class: PaginatedMessage | Sapphire
@sapphire/discord.js-utilities.PaginatedMessage
Jump to solution
2 Replies
Solution
Favna
Favna6mo ago
https://www.sapphirejs.dev/docs/Documentation/api-utilities/classes/sapphire_discord_js_utilities.PaginatedMessage#setselectmenuoptions The callback function paramater has a pageIndex as shown so you can detect it for each page and add the proper text.
Sapphire Framework
Class: PaginatedMessage | Sapphire
@sapphire/discord.js-utilities.PaginatedMessage
cosmicle
cosmicle6mo ago
thanks