localbotify
v3.0.3
Published
Utilities for LocalBotify.com
Readme
LocalBotify Package
const { commandType, alert, confirm, prompt } = require("localbotify");.commandType()
commandType(event);Possible types:
messageslashCommandbuttonselectMenucontextMenuautocompletemodalother(none match)
.alert()
alert("Title", "Body / Description");.confirm()
confirm("Title", "Body / Description");.prompt()
prompt("Title", "Placeholder");