Closed ZaneyPoo closed 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:
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