Skip to content

A Discord.js Bot template to skip the setup process and get right to work on your bot! Discord.js v12

License

Notifications You must be signed in to change notification settings

EbaaCode/Djs-v12-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Ebaa's Discord Bot Template

DiscordServer ko-fi JavaScript

VisitBadge

Information

This template is to skip the setup process and get right to work on your bot!

Fetures:

  • Command handler.
  • Event Handler.
  • Mention Prefix.
  • Ping & example command.
  • Premade Embeds.

Getting Started

  1. Clone/Download this repository.
  2. Install these packages:
  • discord.js using: npm i discord.js
  • dotenv using: npm i dotenv
  1. Change the token in the .env file.
  2. Navagate to your project file and run node main.js in your console to start the bot.
  3. Add your own commands in the ./commands file!

Config

Things you can customise in the template:
  1. The prefix in the commandHandler.js file in ./handlers.
  2. The bot status in the ready.js file in ./events.
  3. The colors / emoji's in the util/color.json file.
  • To use custom emojis use this format: <:EmojiName:EmojiID>