Why does my bot not join discord voice channel
I am trying to make a discord music bot but it is not working
19wintersp
Your first issue is that your call to client.run
(main.py:93) is inside the stop
function, and so it won't run. You should remove the indent from the start, so that there are no spaces before the code.
IceyAyrton
@19wintersp i did it and it still gives me an error when i type ?play(any youtube url)
19wintersp
@IceyAyrton Please can you be specific? What error do you get?
19wintersp
@IceyAyrton From looking at your logs, it looks like you need to install PyNaCl. You can do this with the package manager in the IDE sidebar, or with
pip install pynacl
.IceyAyrton
@19wintersp YOOO THANK YOU SO MUCH MAN FINALLY IT WORKS IDK HOW TO THANK YOU MAN
mikedamamangan
@IceyAyrton hi! can you do a tutorial or the final code on how did you join your bot to a voice channel?
it seems you are trying to use
strip
incorrectly. Try fixing that