pawel02 / music_bot

Music discord bot with all the functionality you'll ever want
66 stars 91 forks source link

No errors but music do not play #20

Open VoidDave opened 1 year ago

VoidDave commented 1 year ago

So i ported bot to py-cord and added slash command support. Everything works i got no errors doing /play. Bot joins channel and just sit there mutted. On console i can see dowload from youtube_dl finished succesfuly. I have ffmpeg setted in system variables.

Ps any idea how to get rid of old music trakcs so it dont stack and fill drive ?

MCB-share-it commented 1 week ago

i get the same error

MCB-share-it commented 4 days ago

So i ported bot to py-cord and added slash command support. Everything works i got no errors doing /play. Bot joins channel and just sit there mutted. On console i can see dowload from youtube_dl finished succesfuly. I have ffmpeg setted in system variables.

Ps any idea how to get rid of old music trakcs so it dont stack and fill drive ?

If you don't want to download the music you re playing you can set the download=False in the YTDL_OPTIONS variable i think