Skip to content

v1.0.0 – First Public Release of KenKonic Music Bot

Latest

Choose a tag to compare

@dengaertig dengaertig released this 06 Jul 12:48
6d66eb1

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 .env file

βš™οΈ Tech Stack

  • Python (discord.py / nextcord / py-cord – je nach verwendetem Fork)
  • yt-dlp for YouTube streaming
  • ffmpeg for 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.txt

Setup

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