Skip to content

Latest commit

 

History

History
25 lines (9 loc) · 662 Bytes

README.md

File metadata and controls

25 lines (9 loc) · 662 Bytes

YT-discord-music-bot

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