Fork of the original Airhorn Bot so I can run it myself and add my own audio clips. I deleted the web server because I don't need it. Also, the bot no longer collects stats with Redis as I don't want to have extra dependencies.
Airhorn bot utilizes the discordgo library, a free and open source library. Airhorn Bot requires Go 1.11 or higher.
# Compile
$ make
# Run
$ ./bot -t "MY_BOT_ACCOUNT_TOKEN"
I've hosted this version of Airhorn Bot on Docker Hub. You can check out the repository here.
# Run Airhorn Bot in a Docker container
$ docker run -d mwstobo/airhornbot ./bot -t "MY_BOT_ACCOUNT_TOKEN"
Thanks to the awesome (one might describe them as smart... loyal... appreciative...) iopred and bwmarrin for helping code review the initial release.