Interactions wont work after bot restarts #1525
|
Hi, I am trying to make a ticket tool bot and to create a ticket I have a message with buttons. However, when I make a modification to the bot and restart it, I can no longer use the buttons and I have to resend the message, which is not ideal since I am planning on making the bot public. So my question is if I can somehow restart the bot without having to resend every button interaction. code: I tried to search for my answer everywhere, but I couldn't find it. |
Answered by
JustaSqu1d
Jul 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try to use Persistent views which are explained here and examples are here.