Simple Discord Bot Template! Allows developers to create custom discord bots without the hassle of setting up and understanding the build process.
This bot is written using ES6+, but includes all configuration of babel.
Clone the project
git clone https://github.com/brian-nunez/discord-bot-template
Go to the project directory
cd discord-bot-template
Install dependencies
npm ci
Build the application
npm run build
Start the bot
npm start
# or
npm run dev
To run this project, you will need to set the following environment variables on your system or in a .env
file
NODE_ENV
- development
or production
DEBUG
- To view all bot logs (discord-bot:*
)
DISCORD_BOT_TOKEN
- Discord bot token (required
)
DISCORD_BOT_PREFIX
- Discord bot command prefix (default: !
)
- @brian-nunez for development and design.
For support, email fearlessstraw@gmail.com or join our Discord Server.