const { commandType, alert, confirm, prompt } = require("localbotify");
commandType(event);
Possible types:
message
slashCommand
button
selectMenu
contextMenu
autocomplete
modal
-
other
(none match)
alert("Title", "Body / Description");
confirm("Title", "Body / Description");
prompt("Title", "Placeholder");