discord-buttons-plugin

2.2.0 • Public • Published

Discord Buttons Plugin

Easiest medium to use buttons with any discord API wrapper

    /* Generate 1st Button with "Yes" lable on it */
	 const button1 = new buttonClient.MessageButton()
	 .setLabel("Click me")
	 .setStyle("green")
	 .setID("click")
     /* Send Message with button */
     buttonClient.send("There will be a button below this message", { channel: "CHANNEL ID", buttons: [ [button] ]})
/* listen to interaction */
buttonClient.on("click", (inta) => inta.reply("Thanks for clicking me :3")) //emits whenever the button is clicked

L I N K S

F E A T U R E S

  • Easy to handle and use
  • Made with simplicity
  • Less complexity

C O N T A C T

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i discord-buttons-plugin

    Weekly Downloads

    2

    Version

    2.2.0

    License

    ISC

    Unpacked Size

    10.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • ctk