discord-js-bot
discord-js-bot copied to clipboard
Discord.js V14 Slash Commands, Events , Button Handler
Discord-js-v14-handler
An advanced discord.js v14 command/events handler.
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
TOKEN
PREFIX
MONGO_URI
COLOR
OWNERID
LOGS
Installation
Install my-project with npm
npm install <package name>
node .
Run Locally
Clone the project
git clone https://github.com/chethanyadav456/discord-js-bot
Go to the project directory
cd discord-js-bot
Install dependencies
npm install
Start the server
npm run start