Discord music bot written in python with nextcord library that uses yt_dlb and ffmpeg to stream audio from youtube
To run this code you will need to have python installed with following packages:
nextcord (https://pypi.org/project/nextcord/)
discord (https://pypi.org/project/discord.py/)
yt_dlp (https://pypi.org/project/yt-dlp/)
youtube_search (https://pypi.org/project/youtube-search/)
also you will need to have yt_dlp and ffmpeg installed on your system and added to path
replace the 'Your token goes here!' string on the last line of code with your discord bot token that you received from discord developers poratal