AndrewR3K / discord-bot-boilerplate

Node.js Discord bot boilerplate template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js Discord Bot Boilerplate

A discord.js (v15.*+) boilerplate to make gettign started with Discord.js easier!

Features

  • Hot Reload
  • Better Logs
  • Production Ready!
  • Production Code Minification (Compress, Mangle) [Coming soon]
  • API connector [Coming soon]
  • UI interface [Coming soon]
  • Discord JS Slash Commands

Installation

$ yarn install

Setup

You will need to setup an environment file with the following:

TOKEN=<Your Discord token>
CLIENT_ID=<Your Discord Client ID>
GUILD_ID=<Your Discord Guild ID (for single command pushes)>

Build - Development

$ yarn dev

Build - Production

$ yarn start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU General Public License v3.0

About

Node.js Discord bot boilerplate template

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%