Chris Rhodes e37343d4d4 Update examples to use Bot tokens. 7 years ago
..
README.md 4c32e41288 Update examples to use Bot tokens. 7 years ago
airhorn.dca 290da20da7 Add a new example that acts like airhorn.solutions 8 years ago
main.go e37343d4d4 Update examples to use Bot tokens. 7 years ago

README.md

Airhorn Example

This example demonstrates how to utilize DiscordGo to listen to an !airhorn command in a channel and play a sound to that users current voice channel.

Build

This assumes you already have a working Go environment setup and that DiscordGo is correctly installed on your system.

go install github.com/bwmarrin/discordgo/examples/airhorn
cd $GOPATH/bin
cp ../src/github.com/bwmarrin/discordgo/examples/airhorn/airhorn.dca .

Usage

Usage of ./airhorn:
  -t string
        Bot Token

The below example shows how to start the bot.

./airhorn -t YOUR_BOT_TOKEN

Creating sounds

Airhorn bot uses DCA files that are pre-computed files that are easy to send to Discord.

If you would like to create your own DCA files, please use either:

./dca-rs -i <input wav file> --raw > <output file>