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 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.
Why does my bot not join discord voice channel
I am trying to make a discord music bot but it is not working
Your first issue is that your call to
client.run
(main.py:93) is inside thestop
function, and so it won't run. You should remove the indent from the start, so that there are no spaces before the code.pip install pynacl
.