Triggering a Modal, Message With Buttons, ...
I want to make a command that sends a message with buttons and when a button is clicked it gives a popup with something like "Are you sure that you want to delete X?". Now I looked at the guide but it only says how to handle these interactions. But how can I trigger them in the first place?
https://www.sapphirejs.dev/docs/Guide/interaction-handlers/modals
Sapphire Framework
Modals | Sapphire
Modals are like your annoying pop-ups, but cooler! These interactions will display a pop-up window on the user's client,
1 Reply
thanks, it worky now