Skip to content

Bot-Developer-Distract/Discord.js-v14-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Hello! I am Shaurya Bansal. I live in India. I am a programmer and a web developer. Feel free to use my djs template to get a head start. My Discord tag - fin#6856

Discord.js v14 Template

A basic Discord.js v14 template to get your started.

Startup

  • Create a file named .env.
  • An example has been created example.env.
  • Enter the following details to it:
TOKEN=YOUR TOKEN
MONGODBURL=YOUR MONGODB URL [Only required for commands which requires some data to store]
ERROR_LOGS=CHANNEL ID[ID of the error log channel in discord]
CLIENT_ID=BOT'S ID

  • Save the file. Open Terminal in the Project Directory.
  • Run:
npm install
node index.js or npm run dev or node .
  • Enjoy!!.

Configuration

  • Change the bot's prefix by changing
client.prefix=YOUR PREFIX;

in ./index.js line 64.

  • You can change your default footer by changing
client.footer="Your footer";

in ./index.js line 66.

Template's Features

  • Extremely comfortable handler. Very easy to use.
  • Has Cooldown features.
  • Supports both Slash And Legacy(message) Commands
  • Awesome Console
  • Error Handler
  • Mention Reply
  • Join Message
  • ownerOnly commands
  • maintanence commands
  • userPerms
  • botPerms

Next Version's Features

  • I am going to add a ton of features in the next version like
  • Automatic cooldown delete
  • and much more. So stay tuned!

Suggested Extentions for VSC

  • Prettier - Code formatter
  • Discord
  • Discord Rich Presence

Credits

  • FiredragonPlayz#0087
  • Elitex#0007

Thanks For Using Mine Handler Please Give a Star

If Any Bug Open Pull Request

About

A basic Discord.js v14 template to get your started.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Shell 0.4%