Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 725 Bytes

README.md

File metadata and controls

42 lines (34 loc) · 725 Bytes

Discord Buttons

An easy bot to create discord buttons easily.


Note: Node.js 16.6.0 or newer is required.


😎 Features:

#1 - /button create - Create button when user click them give them role.
#2 - /button list - Show all buttons in the server.
#3 - /button edit - Edit an exits message button.
#4 - /button delete - Delete message button.

Installation

npm install

You need to rename example.env file to .env and fill the info.

  • .env
TOKEN=YOUR_DISCORD_BOT_TOKEN
BOTID=BOT_ID
SERVERID=SERVER_ID
OWNERS=["596227913209217024"]

Todo list:

#1 - Toggle role [✅]
#2 - Embed Support []
#3 - Add button to exits message []