imayhaveborkedit / discord-ext-voice-recv

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

No module named 'discord.voice_state' #1

Closed alfuwu closed 10 months ago

alfuwu commented 10 months ago

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

imayhaveborkedit commented 10 months 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.