Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T13:29:08.000Z (over 1 year ago)
- Last Synced: 2023-10-12T21:25:01.788Z (over 1 year ago)
- Topics: discord, discordjs, discordjs-v14, hacktoberfest
- Language: JavaScript
- Homepage:
- Size: 76.2 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
An advanced discord.js v14 command/events handler.
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/chethanyadav456/discord-js-bot)
[![Run on Repl.it](https://repl.it/badge/github/chethanyadav456/discord-js-bot)](https://github.com/chethanyadav456/discord-js-bot)
[![Remix on Glitch](https://cdn.glitch.com/2703baf2-b643-4da7-ab91-7ee2a2d00b5b%2Fremix-button.svg)](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
```