Full Changelog: https://github.com/dengaertig/KenKonic-Discord-Music-Bot/commits/v1.0.0
π§ KenKonic Discord Music Bot β v1.0.0
This is the first stable release of the KenKonic Music Bot, a self-hosted Discord bot that streams high-quality music directly into your server's voice channels.
β Features
- Play music from YouTube (via
yt-dlp) - Basic music commands:
play,pause,resume,skip,stop - Queue system with multiple tracks
- Search and autoplay support
- Voice channel connection management
- Slash command support (if implemented)
- Easy configuration via
.envfile
βοΈ Tech Stack
- Python (discord.py / nextcord / py-cord β je nach verwendetem Fork)
yt-dlpfor YouTube streamingffmpegfor audio processing
π¦ Installation
git clone https://github.com/dengaertig/KenKonic-Discord-Music-Bot.git
cd KenKonic-Discord-Music-Bot
python -m venv venv
source venv/bin/activate # Windows: .\venv\Scripts\activate
pip install -r requirements.txtSetup
Create a .env file based on .env.example
Add your Discord bot token and other settings
Start the bot: python main.py
π¨ Requirements
Python 3.9+
ffmpeg must be installed and in system PATH