# How to create a Discord Music Bot
# Introduction
This guide will teach you:
- How to get a music bot running from scratch with DisTube and Discord.js
- How to create simple music commands with DisTube and Discord.js
- How to prevent and handle common errors
# Prerequisites
To create a Discord music bot with DisTube, you should have a solid understanding of JavaScript. You can make a music bot with very little JS, programming knowledge by using DisTube. But you may get stuck on many uncomplicated issues, struggle with solutions to incredibly easy problems.