Replies: 1 comment 1 reply
-
This is Discord bug and will be fixed eventually. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made a simple embed pagination class a while ago, which worked flawlessly while I was using it. But recently one of the bots I made, when I ran the help command using this class- (which was working previously mind you), now no longer works.
The pagination class is here as follows:
Previously, I could supply it a list of embeds, and pressing the buttons would edit the message to change which embed is shown. It worked quite well. Now however, when you press a button it gives you a failed interaction error
Output is quite generic, but I'll supply it anyways.
I can add defer statements before those interactions, which does get rid of the 404 error, however it just results in the button doing nothing. Which was not a problem previously.
To add further context, here's a use case of the class in the form of a help command.
So the question is - has anything changed on Discord's or the libraries end, and do I have to update things? Or am I simply going insane? Haha. Help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions