The multipurpose open-source Discord Bot.
Package Name | Description |
---|---|
yarn | Discord bot |
yarn-oauth | Provides authorization tokens for services that require OAuth to yarn |
- Copy .env.example to .env and fill out the required authentication tokens
- Repeat the following steps in each folder in the
packages
folder- Run
npm install
oryarn
to install dependencies - Run
npm run build
and thennpm start
to start
- Run
For running in a development environment, use
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up
For running in a production environment, use
docker-compose up