/airhornbot

Airhorn Bot for Discord, Dockerized.

Primary LanguageGoMIT LicenseMIT

Latest Build Status Docker Pulls Docker Stars License

Airhorn Bot

Fork of mwstobo/airhornbot which is based on the original Airhorn Bot minus the webserver, Redis stats collection, and with customized sounds. Cleaned up the Dockerfile and build process.

Airhorn bot utilizes the discordgo library, a free and open source library. Airhorn Bot requires Go 1.11 or higher.

Create a Discord bot account

Usage

# Compile
$ make

# Run
$ ./bot -t "BOT_ACCOUNT_TOKEN"

Docker image

# Run Airhorn Bot in a Docker container
$ docker run -d goofball222/airhornbot ./bot -t "BOT_ACCOUNT_TOKEN"