A simple Discord bot to respond with DeArrow titles, if it finds any.
There is an existing DeArrow bot that works fairly well, but we found it to be too intrusive. Instead, we built our own that leaves the original message intact and only responds with a new title.
Set the DISCORD_TOKEN
environment variable to a Discord bot token and run the
bot.
If you have the Nix package manager installed, you can generate a Docker image:
$ nix build .#dockerImageStreaming
$ ./result | docker load
$ docker run --rm -it -e DISCORD_TOKEN="$DISCORD_TOKEN" discord-dearrow-bot
Alternatively, use the docker image on Docker Hub: hollyhacker/discord-dearrow-bot. For now, this image is manually updated so it may be out of date.
This project is licensed under CC0, which means you are free to do with this code as you wish.