For some reason i cant use the bot. Do anyone have a fix?
go to https://discordapp.com/developers/applications/me and update your bot token.
You need to update ytdl
Use python3 -m pip install -U -r requirements.txt on your server
@WernerderChamp is correct, update youtube_dl.
I'm running the docker container version. pip install -U -r requirements.txt updates the dependencies but does not fix the issue. python3 -m pip install -U -r requirements.txt gives you the error "/usr/bin/python3: No module named pip"
Which docker image?
Using the pip install -U -r requirements.txt command fixed it for me!