A discord.js (v15.*+) boilerplate to make gettign started with Discord.js easier!
- 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
$ yarn install
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)>
$ yarn dev
$ yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.