How do I install discord 2.0 voice support on requirements.txt? Its Github page says that I need to clone it first and then install it.
But it will not work on requirements.txt. Any help?
How do I install discord 2.0 voice support on requirements.txt? Its Github page says that I need to clone it first and then install it.
But it will not work on requirements.txt. Any help?
discord.py
was not released for a very long time. You can try specifying the git in the requirements according to this answer.
However, I suggest using a drop-in replacement package called py-cord
, which achieves the same thing and is regularly released.