localbotify

3.0.2 • Public • Published

LocalBotify Package

const { commandType, alert, confirm, prompt } = require("localbotify");

.commandType()

commandType(event);

Possible types:

  • message
  • slashCommand
  • button
  • selectMenu
  • contextMenu
  • autocomplete
  • modal
  • other (none match)

.alert()

alert("Title", "Body / Description");

.confirm()

confirm("Title", "Body / Description");

.prompt()

prompt("Title", "Placeholder");

Readme

Keywords

Package Sidebar

Install

npm i localbotify

Weekly Downloads

2

Version

3.0.2

License

Apache-2.0

Unpacked Size

16.5 kB

Total Files

4

Last publish

Collaborators

  • dinoscape