mwstobo/airhornbot

By mwstobo

Updated about 7 years ago

Airhorn Bot but with more sounds

Image
1

4.8K

mwstobo/airhornbot repository overview

Airhorn Bot

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.4 or higher.

Usage

This fork uses glide to manage dependencies.

# Install the dependencies
$ glide install

# Compile
$ make

# Run
$ ./bot -t "MY_BOT_ACCOUNT_TOKEN"

Docker image

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"

Original thanks

Thanks to the awesome (one might describe them as smart... loyal... appreciative...) iopred and bwmarrin for helping code review the initial release.

Tag summary

Content type

Image

Digest

Size

179.7 MB

Last updated

about 7 years ago

docker pull mwstobo/airhornbot