ButtonRoles
A button role bot template with slash command support, developed using Discord.js v14, featuring an extremely easy setup.
Install / Use
/learn @aozdev/ButtonRolesREADME
Discord.js v14 Button Role Bot Template
Button-role bot template created using Discord.js v14. Fully supports slash commands. Allows members to click buttons to receive selected roles in the selected channel.
- For installation or support, join the my community.
🌟 Support the project by giving it a star and forking the repository
<p align="center"> <img src="https://github.com/aozdev/v14-ButtonRoles/blob/main/button%20role%20sytsem.gif?raw=true" alt="Bot Preview (Soon)" width="600"> </p>Installation
- Install Node.js on your computer.
Requires Node.js v18 or newer
- Download this project as a ZIP file and extract it to a folder.
- Configure the
src/config.jsonfile with your bot credentials. - Open a terminal (PowerShell or CMD) in the project directory.
- Run the following command to install dependencies:
npm install
- Start the bot by running:
node src/index.js
