Dev-Sebi / Discord-Bot-Template-v13

A Simple Discord.js Bot Template for V13.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-bot-template-v13

A Simple Discord.js Bot Template for V13.x

How to use?

  • Download the files and open with your Editor
  • Open the console and do the following:
  1. npm i
  2. insert your bots Token in the .env file
  3. run npm run dev

The bot should start and you can start developing! This template uses nodemon, so the bot will automatically restart after a change was made.

Notes:

  • This Bot does Only Support Application Commands -> Slash Commands, Context Menu Interactions,..
  • Go to handler/index.js line 30 - 32 to activate and push the commands to the public!
  • This template is based on a Node.js Application using Discord.js V13.x

Made by Sebi

About

A Simple Discord.js Bot Template for V13.x

License:Apache License 2.0


Languages

Language:JavaScript 98.4%Language:Shell 1.6%