This project is a simple Discord music bot that can join a voice channel, play audio from YouTube URLs, and control playback. It uses discord.py and yt-dlp libraries to fetch and stream audio. Made by Dayyan Hamid
- Join a voice channel
- Play a song from a provided YouTube URL
- Pause, resume, and stop playback
- Python 3.8+
- A Discord bot token
pipfor installing dependencies
-
Clone the repository or download the project files.
-
Navigate to the project directory in your terminal.
-
Install the required dependencies:
pip install -r requirements.txt