Skip to content

chethanyadav456/discord-js-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pbot-plus

Discord-js-v14-handler

An advanced discord.js v14 command/events handler.

Deploy Run on Repl.it Remix on Glitch

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