ZaneyPoo / QuadBot

QuadBot - A silly Discord bot for me and my friends
2 stars 0 forks source link

Allow bot to play soundboard sounds in a voice channel #14

Closed ZaneyPoo closed 6 months ago

ZaneyPoo commented 7 months ago

Description

An interesting feature would be to allow the bot to join voice channels and play any of the guild's soundboard sounds. A basic command from this would be something like "play_sound " which could join the specified voice channel, play the sound, and leave. Additionally, the ChatHook framework could be extended to allow a "soundboard" type which does the above whenever the ChatHook is triggered.

Possible solution

TODO

Tasks

TODO

ZaneyPoo commented 6 months ago

Unfortunately, the Discord API documentation still lacks any material on Soundboards. Until this is better solidified on Discord's side, Discord.py is unlikely to merge the PR which adds support for said features. Unless I wanted to really get my hands dirty with some handcoded low-level API calls, there's currently no way to implement something like this :sob: