Skip to content

EthanDevadatta/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.

Discord.js v14 Template

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

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]
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

  • To change your bot prefix, head to ./index.js.
  • Change the client.prefix=YOUR PREFIX

Template's Features

  • Extremely comfortable handler. Very easy to use.
  • Beginner Friendly
  • Has Cooldown features and custom BotPerms and UserPerms
  • Supports both Slash And Legacy(message) Commands
  • Awesome Console
  • Error Handler

Support

Join my Discord server to get Support

Discord Server

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

 
 
 

Contributors