imayhaveborkedit / discord-ext-voice-recv

Voice receive extension package for discord.py
https://pypi.org/project/discord-ext-voice-recv/
MIT License
117 stars 18 forks source link

No module named 'discord.voice_state' #1

Closed alfuwu closed 1 year ago

alfuwu commented 1 year ago

When I try to use this extension, this error is thrown. Am I missing a dependency?

imayhaveborkedit commented 1 year ago

You need to install discord.py from github. The voice code in dpy has been rewritten and there hasn't been a new release to pypi yet. This extension is written to work with the new code.