Back to Home
/music

D4PID

A lightweight Discord music bot that streams high-quality audio from YouTube directly into your voice channels.

PY Python 3.10+ AU 96kbps Opus SC Slash Commands
d4pid --status
$ d4pid --status
Status RUNNING
Queue 0 songs
Bitrate 96kbps Opus
Uptime 12h 34m

Commands

Command Description
/play <query> Search YouTube and play a song, or add it to the queue
/skip Skip the currently playing song
/pause Pause playback
/resume Resume playback
/stop Stop playback, clear the queue, and disconnect

Features

YouTube Search

Search and play any track directly from YouTube using the /play command.

Queue System

Add multiple songs to the queue. The bot keeps playing until the queue is empty.

Low Latency

Audio streams at 96kbps Opus for minimal delay during playback.

Stays Connected

Remains in the voice channel between songs so you can queue new tracks anytime.

Slash Commands

All commands use Discord's slash command system. No prefix needed.

Simple Setup

Minimal configuration required. Just a token in .env and FFmpeg installed.

Setup

1 Install Python 3.10+ and FFmpeg
2 Install dependencies: pip install -r requirements.txt
3 Create a Discord bot at the Developer Portal and copy the token
4 Add DISCORD_TOKEN=your_token to a .env file
5 Run: py bot.py
Complete guide included: The ZIP file contains a full, accurate setup guide with every detail you need. No need to search elsewhere — everything is inside.
Download ZIP