Skip to content

Just-Some-Bots/MusicBot

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5259409 Â· Jan 29, 2025
Sep 10, 2023
Apr 4, 2024
Jan 19, 2025
Jan 15, 2025
Jan 29, 2025
Dec 31, 2017
Dec 20, 2024
Dec 20, 2024
Mar 7, 2024
Nov 7, 2023
Feb 14, 2024
Jan 5, 2025
Dec 25, 2024
Dec 20, 2024
Oct 21, 2021
Dec 20, 2024
Sep 28, 2024
Dec 27, 2024
Jan 13, 2025
Sep 28, 2024
Oct 14, 2019
Feb 11, 2024
Sep 28, 2024
Apr 4, 2024
Jan 14, 2025
Dec 27, 2024
Mar 7, 2018
Dec 21, 2024
Dec 27, 2024

Repository files navigation

MusicBot

GitHub stars GitHub forks Python version Translations: 66.2% Discord

MusicBot is the original Discord music bot written for Python 3.9 to 3.13, using the discord.py library. It plays requested songs from YouTube and other services into a Discord server (or multiple servers). If the queue is empty, MusicBot will play a list of existing songs that is configurable. The bot features a permission system, allowing owners to restrict commands to certain people. MusicBot is capable of streaming live media into a voice channel.

Main

Setup

Setting up the MusicBot is relatively painless - just follow one of the guides. After that, configure the bot to ensure its connection to Discord.

The main configuration file is config/options.ini, but it is not included by default. Simply make a copy of example_options.ini and rename it to options.ini. See example_options.ini for more information about configurations.

Commands

There are many commands that can be used with the bot. Most notably, the play <url> command (preceded by your command prefix), which will download, process, and play a song from YouTube or a similar site. A full list of commands is available here.

Further reading