Bruce Marriner cc272d6f14 Linting.. | 8 лет назад | |
---|---|---|
.. | ||
README.md | 8 лет назад | |
airhorn.dca | 8 лет назад | |
main.go | 8 лет назад |
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.
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 of ./airhorn:
-t string
Bot Token
The below example shows how to start the bot.
./airhorn -t YOUR_BOT_TOKEN
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>