A beginner-friendly Discord music bot you can set up in minutes — no coding required
A simple Discord Music Bot you can deploy in minutes — no programming knowledge required. This project is linked to my tutorial:
“How to make a music bot for Discord in 2 minutes!! (No Coding)”
The repository will be continuously updated with improvements, fixes, and optional advanced features.
Play music from YouTube links
Queue system
Skip & stop controls
Auto-disconnect when idle
Works 24/7 when hosted
Beginner friendly setup
No coding required (basic config only)
- Clone the repository git clone https://github.com/itzExtinct7/simple-music-bot
cd YOUR_REPO NAME
npm install
Go to: https://discord.com/developers/applications
Click New Application
Open Bot tab
Click Add Bot
Enable:
MESSAGE CONTENT INTENT
SERVER MEMBERS INTENT (if needed)
Copy the Bot Token
node index.js
Command Description !play Plays song !skip Skips current song !stop Stops music & clears queue !queue Shows current queue !pause Pause music !resume Resume music
(More commands will be added in updates)
You can host on:
Local PC (only works when PC is ON)
Cloud VPS
Free hosting platforms (limited uptime)
Hosting guide will be added soon.
Bot joins but no sound
Make sure:
Bot has speaker permission
Correct voice channel
FFmpeg installed (if required)
Pull requests are welcome! If you want a feature added, open an issue.