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 v16
- 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 file
cp ormconfig.json.template ormconfig.json
# Edit the ormconfig.json fileNOTE: Make sure you do not check in these files! These contain sensitive information and should be treated as private.
Start the bot
yarn startAlternatively, you can start the bot in development mode using:
yarn start --devDev mode ensures that the default prefix is different to the production mode, in case you have both running in the same server.