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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can try to use Persistent views which are explained here and examples are here. |
Beta Was this translation helpful? Give feedback.
You can try to use Persistent views which are explained here and examples are here.