Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        



Pbot-plus


# Discord-js-v14-handler

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 Locally

Clone 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
```