A bot to take care of various little things in the Journey Discord.
- Fully configurable sticky messages
- Support for subscribing to Subreddits and sending their posts to a channel
- React-Spam removal tool
- Anti-Spam measures regarding text messages, but using string distance algorithms instead of the usual direct comparison
- Able to automatically assign roles everyone should have
- Pull the docker image using
docker compose pull
- create a
.env
file withPG_PASSWORD=...
andENV=prod
- modify the
config/master.json
to your liking - run
docker compose up