If you do not clone the bot using Git, and instead download the ZIP file from GitHub and attempt to run it, you will receive an error.
MusicBot can be installed on Windows 7 through 11, though it requires installing some programs on your computer first.
- Install Python 3.10.
- During the setup, tick
Install launcher for all users (recommended)
andAdd Python 3.10 to PATH
when prompted. - Install Git for Windows.
- During the setup, tick
Git from the command line and also 3rd-party software
,Checkout Windows-style, commit Unix-style endings
, andUse MinTTY (the default terminal MSYS2)
. - Open Git Bash by right-clicking an empty space inside of a folder (e.g My Documents) and clicking
Git Bash here
. - Run
git clone https://github.com/Just-Some-Bots/MusicBot.git MusicBot -b master
in the command window that opens.
After doing that, a folder called MusicBot
will appear in the folder you opened Git Bash in. Configure your bot, then run update.bat
to update your dependencies, then run.bat
to start the MusicBot.