The offical tailosive discord moderation bot.
- Rename
config.example.jsontoconfig.jsonin source then fill in the config details. - Rename
.env.exampleto.envin 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 installTo run the project in development:
yarn devTo run the project in production:
yarn build
yarn startWe 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.