ACM's very own Discord bot!
BreadBot is quick to install. Node v14 or higher is required.
git clone https://github.com/acmucsd/discord-bot
cd discord-bot
yarn
In order to configure BreadBot, you will need to:
- Copy
.env.example
to.env
- Modify any of the environment variables you need
Some environment variables are mandatory, make sure to check which ones in the comments. We assume you already have a Discord app for your bot. If not, you may check out a tutorial of how to do it here (Part 1 is the useful part).
To run, simply:
yarn start
Please read CONTRIBUTING.md
first, as it contains a general overview of how
the bot is structured for you to be able to get started fast.