8000 GitHub - Shywim/airhornbot: The only bot for Discord you'll ever need.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Shywim/airhornbot

 
 

Repository files navigation

Note: this is a fork of the original Airhorn bot with fixes and new features.

Airhorn Bot

Airhorn is an example implementation of the Discord API. Airhorn bot utilizes the discordgo library, a free and open source library. Airhorn Bot requires Go 1.8 or higher.

Usage

If you want to get the Airhorn bot to your server, simply go to the website then click Add to Discord!

Commands

Mention the bot with 'help' as message for a list of commands! (e.g.: @Airhorn help)

Self host

Airhorn Bot has two components, a bot client that handles the playing of loyal airhorns, and a web server to connect the bot to a discord server and manage custom clips.

Using Docker

  • The bot

    docker run -d --name airhornbot
    -v /etc/airhornbot:/etc/airhornbot
    -v /etc/airhornbot/plugins:/etc/airhornbot/plugins
    -v airhornbot-data:/data
    --link airhornbot-redis:redis
    --link airhornbot-db:db
    registry.gitlab.com/Shywim/airhornbot/bot:latest

  • Web application

    docker run -d --name airhornweb -p 14000:14000
    -v /etc/airhornbot:/etc/airhornbot
    -v airhornbot-data:/data
    --link airhornbot-redis:redis
    --link airhornbot-db:db
    registry.gitlab.com/Shywim/airhornbot/web:latest

Get the bot

// TODO

About

The only bot for Discord you'll ever need.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.1%
  • CSS 10.6%
  • JavaScript 4.3%
0