https://github.com/chethanyadav456/discord-js-bot
Discord.js V14 Slash Commands, Events , Button Handler
https://github.com/chethanyadav456/discord-js-bot
discord discordjs discordjs-v14 hacktoberfest
Last synced: 2 months ago
JSON representation
Discord.js V14 Slash Commands, Events , Button Handler
- Host: GitHub
- URL: https://github.com/chethanyadav456/discord-js-bot
- Owner: chethanyadav456
- License: mit
- Created: 2022-04-07T19:36:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T13:29:08.000Z (almost 2 years ago)
- Last Synced: 2025-05-01T01:16:55.045Z (2 months ago)
- Topics: discord, discordjs, discordjs-v14, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 18
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An advanced discord.js v14 command/events handler.
[](https://heroku.com/deploy?template=https://github.com/chethanyadav456/discord-js-bot)
[](https://github.com/chethanyadav456/discord-js-bot)
[](https://glitch.com/edit/#!/import/github/chethanyadav456/discord-js-bot)## 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
```bash
npm install
node .
```
## Run LocallyClone the project
```bash
git clone https://github.com/chethanyadav456/discord-js-bot
```Go to the project directory
```bash
cd discord-js-bot
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```