DenizenScript / dDiscordBot

A Discord bot for Denizen!
MIT License
10 stars 13 forks source link

Voice channel support #8

Open Mwthorn opened 5 years ago

Mwthorn commented 5 years ago

Be able to have the bot join/leave voice channels and play audio from a file (or maybe from a url) The commands could be: '- discord id:mybot joinvoice channel:<def[channel_id]>' '- discord id:mybot leavevoice' '- discord id:mybot playaudio file:<def[file_path]>'

And a "nice to have" event could be: 'on discord audio ends'

Lavaplayer or related dependency might help on this feature: https://github.com/sedmelluq/lavaplayer

mcmonkey4eva commented 5 years ago

Why

Mwthorn commented 5 years ago

I can think of lots of ways to use this:

Mwthorn commented 5 years ago

It might also be a good idea to have a: '- discord id:mybot stopaudio'