VoiceIO
Voice package for Pycord adding extra features.
Example
Down bellow is an example of what you can currently do.
import voiceio
process = voiceio.Process()
@process.download(url="https://www.youtube.com/watch?v=dP15zlyra3c") # Downloads the given link.
# Full List of supported WebSites: https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md
async def y():
pass