Skip to content

Node.js Discord bot boilerplate template

License

Notifications You must be signed in to change notification settings

AndrewR3K/discord-bot-boilerplate

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published