Skip to content

Simple Discord Bot Template! Allows developers to create custom discord bots without the hassle of setting up and understanding the build process.

License

Notifications You must be signed in to change notification settings

brian-nunez/discord-bot-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Bot Template

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.

Logo

Run Locally

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

Environment Variables

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: !)

Authors and Acknowledgement

Support

For support, email fearlessstraw@gmail.com or join our Discord Server.

License

MIT

About

Simple Discord Bot Template! Allows developers to create custom discord bots without the hassle of setting up and understanding the build process.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published