Divyesh7576 / Trexa-Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiscordJSv14-Template

It is a simple template to get started with your Discord Bot with Discord.js Library

Startup

  • Create a file named .env.
  • Enter the following details to it:
token="YOUR TOKEN"
MONGODBURL="MONGO DB URI [Only required for commands which requires some data to store]"
  • Save the file. Open Terminal in the Project Directory.
  • Run:
npm i
node . 
  • You are done.

Configuration

  • head to src/functions/handelCommands.js to change your bot id

Support

Join one of these Discord Servers, to get support:

Discord Banner 1

About


Languages

Language:JavaScript 100.0%