Skip to content

mwstobo/airhornbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Usage

# 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.

About

Airhorn Bot but with more sounds

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.8%
  • Dockerfile 2.3%
  • Makefile 0.9%