flask-discord-interactions
flask-discord-interactions copied to clipboard
Persistent buttons
It seems like this is possible in the full python Discord api but I was wondering if there'd be a way to leverage custom IDs and interaction with a database to allow for buttons to always perform the same action no matter what.
Could you elaborate a bit more on what you mean here?
If you're asking about old buttons not working anymore once you redeploy the app, you should be able to pass a string to the custom_id parameter to @discord.custom_handler(), as described in the wiki.