The offical tailosive discord moderation bot.
- Rename
config.example.json
toconfig.json
in source then fill in the config details. - Rename
.env.example
to.env
in root of the project then fill in the .env details.
The prefered package manager is yarn but npm can be used. To install simply run:
yarn install
To run the project in development:
yarn dev
To run the project in production:
yarn build
yarn start
We recommand you use something like pm2 so the bot automatically restarts.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.