8000 GitHub - calebjessie/airhornbot: The airhornbot that actually works.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

calebjessie/airhornbot

 
 

Repository files navigation

The only reason this is working is because of arosolino.

Thanks bud. You da real mvp.

Airhorn Bot Fork

The original airhorn bot got abandoned by it's creator but we can't let that happen. This fork is a slimmed down version. I removed extras like the stats and webserver. It still uses the discordgo library.

Usage

Use !airhorn command to play classic airhorns.

Let's get this baby up and running

Requirements:

Go 1.4 or higher

Add bot to server:

https://discordapp.com/api/oauth2/authorize?client_id=<YOUR_CLIENT_ID>&scope=bot&permissions=1

Install the bot:

Like on a server or maybe a pi if you're cool enough. Grab it and compile that sucker.

go get github.com/calebjessie/airhornbot
go install github.com/calebjessie/airhornbot

Start 'er up:

Go to the root of the bot folder, i.e., ../github.com/calebjessie/airhornbot/ Before you do this make sure GOPATH environment variable set correctly.

/.$GOPATH/bin/airhornbot -t "MY_BOT_ACCOUNT_TOKEN" -o OWNER_ID

Thanks to the original devs

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

That yung todo

  1. What now

About

The airhornbot that actually works.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%
0