2021-04-13 14:21:07 +02:00
|
|
|
# Gidbig
|
2017-01-05 19:57:57 +01:00
|
|
|
|
2021-04-14 13:07:20 +02:00
|
|
|
Gidbig is a Discord Bot in Go based on (now deprecated)
|
|
|
|
|
[Airhorn Bot by Hammer and Chisel](https://github.com/discord/airhornbot/tree/golang).
|
2017-01-06 13:57:03 +01:00
|
|
|
Visit [https://airhorn.solutions/](https://airhorn.solutions/).
|
2017-01-07 18:15:10 +01:00
|
|
|
|
|
|
|
|
## 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.
|
2017-02-06 14:58:03 +01:00
|
|
|
- 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
|
2017-01-07 18:15:10 +01:00
|
|
|
|
2017-02-02 22:32:50 +01:00
|
|
|
## Installation
|
|
|
|
|
Coming soon.
|
2021-04-13 14:21:07 +02:00
|
|
|
|
2017-01-07 18:15:10 +01:00
|
|
|
## To do
|
2017-02-06 14:58:03 +01:00
|
|
|
- more web interface enhancements
|
2021-04-13 14:21:07 +02:00
|
|
|
- add support for more than just `.dca` files, mp3 would be nice!
|