-
|
I started receiving this error on 03/02/2026, the bot no longer connects to the voice channel, it doesn't play audios, nothing. |
Beta Was this translation helpful? Give feedback.
Answered by
vmphase
Mar 4, 2026
Replies: 2 comments
-
|
v2.7 added support for DAVE, which is required to use voice since March 2nd. Update your version using the following command: python -m pip install 'discord.py[voice]' -U |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Dogaix
-
|
I solve that just using pip install -U discord.py discord.py[voice]. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v2.7 added support for DAVE, which is required to use voice since March 2nd. Update your version using the following command:
python -m pip install 'discord.py[voice]' -U