Skip to content

discord.js v14 - bot template

Notifications You must be signed in to change notification settings

SmiteMCde/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.js v14 - Bot Template

This is a template for a Discord bot using Discord.js v14.

Setup

  • Clone the repository (git clone https://github.com/SmiteMCde/discord-bot-template)
  • Install the dependencies (npm install)
  • Rename the config.example.json file to config.json and fill in the required information
  • Start the bot (npm start or node .)
  • Enjoy!

Features

  • Command handling
  • Event handling
  • Interaction handling (buttons, select menus, modals)
  • Command options autocompletion handling