Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.24 KB

Discord DeArrow Bot

Docker Hub badge

A simple Discord bot to respond with DeArrow titles, if it finds any.

image

Motivation

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.

Usage

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.

License

This project is licensed under CC0, which means you are free to do with this code as you wish.