KMMusic Bot

A powerful music bot with web dashboard control

Make sure to start the Discord bot using npm run bot before using the dashboard.

Music Playback

High-quality music streaming with Lavalink

  • • YouTube and Spotify support
  • • Queue management
  • • Volume control
  • • Skip, pause, resume

Slash Commands

Easy-to-use Discord slash commands

  • /play [song] - Play music
  • /pause - Pause playback
  • /skip - Skip current song
  • /queue - Show queue

Web Dashboard

Control your bot from anywhere

  • • Real-time status monitoring
  • • Remote music control
  • • Queue management
  • • Multi-server support

Setup Instructions

Follow these steps to get your Discord music bot running

1

Install Dependencies

Run npm install to install all required packages

2

Setup Lavalink

Download and run Lavalink server on port 2333

3

Configure Environment

Copy .env.example to .env and fill in your Discord bot token

4

Start the Bot

Run npm run bot to start the Discord bot

5

Start the Dashboard

Run npm run dev to start the web dashboard