Unknown interaction with paginated message custom actions
Hi there,
I'm using sapphire's paginated messages from
@sapphire/discord.js-utilities
. Before adding custom actions, a stop button worked fine. I recently set custom actions to:
Now, when I click the stop button. I get a djs error in the console:
Am I not stopping the paginator correctly?4 Replies
I've never used the paginated message plugin
But out of curiosity, is this an ephemeral message you're using?
No
bump
I don’t have a good answer for you but this happens to my bot on an ephemeral paginated message and two or more users running the same command at the same time. The command shows a shops inventory at the time.
make sure the stop button has the same custom id as the built in one, or just don't add a custom stop button at all and use the default one