This is a fork of Vinny for the private TechHOUNDS Discord server, with various unnecessary features cut and selfroles reworked for TechHOUNDS's "division" system.
Icon made by the wonderful Bryce Castle!
You can't. Why would you want to, anyway?
- Do
yarn install
to install dependencies - Copy the example
secrets.yaml
andconfig.yaml
files and edit to taste - Run with CONFIG, SECRETS and SQLITE environment variables, e.g.
CONFIG=/home/hrl/flick-config.yaml SECRETS=/home/hrl/flick-secrets.yaml SQLITE=/home/hrl/flick.sqlite node src/index.js
(SQLITE is a path to where the database is stored)