This repository has been archived on 2022-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Daniel Aberger e85f491d99 README.md: add thank you to text 2021-04-23 10:23:56 +02:00
audio New simple bootstrap layout and audio files readme 2017-01-18 23:44:32 +01:00
static Web Interface improvements and bug fixes 2017-02-02 17:29:11 +01:00
templates Navigation for Web UI finally available 2017-02-06 14:58:03 +01:00
.gitignore Revert "change from flags to config file" 2021-04-14 13:07:50 +02:00
LICENSE small modifications on license and readme.md 2017-01-06 13:57:03 +01:00
README.md README.md: add thank you to text 2021-04-23 10:23:56 +02:00
go.mod Revert "change from flags to config file" 2021-04-14 13:07:50 +02:00
main.go Revert "change from flags to config file" 2021-04-14 13:07:50 +02:00
webserver.go bugfix clearQueue 2017-08-03 18:51:49 +02:00

README.md

Gidbig

Gidbig is a Discord Bot in Go based on Airhorn Bot by Hammer and Chisel.
Visit https://airhorn.solutions/.

Features

  • Plays Ping Pong with you, if you type "ping" or "pong" in any channel he has access to.
  • Airhorn-Feature to play sound files in the voice channel you are currently in.
    Since there is not yet any command to request a list of available sound files, just take a look in audio/.
    They are named after the scheme command_soundname.dca and would result in a channel command like !command soundname like in !airhorn default.
    Typing only the !command without an argument results in a random sound of this command's collection.
  • Comfortable web interface to trigger sounds
  • Automatically detect all .dca files in audio/
  • Optional sound descriptions via .txt files in audio/ with the same name as the soundfile

Installation

Coming soon.

To do

  • more web interface enhancements

Known issues

  • https://discordapp.com/api/oauth2 needs to be added to brokenAuthHeaderProviders in golang.org/x/oauth2/internal/token.go in order for oauth2 to work again.

Please use the issue tracker. Thank you!