package
0.0.0-20200517224846-e66453b957c1
Repository: https://github.com/necroforger/dgrouter.git
Documentation: pkg.go.dev
# README
soundboard
Example music bot using dca to stream and transcode music
- Responds to mentions
- Plays music from youtube
See the sounds directory for an example of how to include some media files. If the file extension ends in .json, the bot will create a command that will use ytdl play the supplied youtube links. The json should be in the form of
[
["name", "youtube-url"],
["name2", "youtube-url"]
]
Dependencies
This bot depends on ffmpeg to transcode the audio to opus. It should be installed to your path.
Here is a guide for installing on windows
Flags
Remember to prefix your bot token with "Bot "
Flag | description |
---|---|
t | bot token |
p | bot prefix |
d | sound directory |
watch | hot reload on file changes |