Discord bot for Vylpes' Den Discord Server.
Download the latest version from the releases page.
Copy the config template file and fill in the strings.
- NodeJS v20
- Yarn
Install the dependencies and build the app:
yarn install
yarn buildSetup the database (Recommended to use the docker compose file)
docker compose up -dCopy and edit the settings files
cp .env.template .env
# Edit the .env fileNOTE: Make sure you do not check in these files! These contain sensitive information and should be treated as private.
Start the bot
yarn start