Skip to content

Commit

Permalink
Drop python 3.8 as EOL. Python 3.9 is new minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
itsTheFae committed Jan 5, 2025
1 parent 4d9242c commit 8348678
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

[![GitHub stars](https://img.shields.io/github/stars/Just-Some-Bots/MusicBot.svg)](https://github.com/Just-Some-Bots/MusicBot/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/Just-Some-Bots/MusicBot.svg)](https://github.com/Just-Some-Bots/MusicBot/network)
[![Python version](https://img.shields.io/badge/python-3.8%20to%203.13-blue.svg)](https://python.org)
[![Python version](https://img.shields.io/badge/python-3.9%20to%203.13-blue.svg)](https://python.org)
[![Translations: 66.2%](https://img.shields.io/badge/Translations-66.2%25-yellow)](./i18n/readme.md)
[![Discord](https://discordapp.com/api/guilds/129489631539494912/widget.png?style=shield)](https://discord.gg/bots)


MusicBot is the original Discord music bot written for [Python](https://www.python.org "Python homepage") 3.8 to 3.13, using the [discord.py](https://github.com/Rapptz/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.
MusicBot is the original Discord music bot written for [Python](https://www.python.org "Python homepage") 3.9 to 3.13, using the [discord.py](https://github.com/Rapptz/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](https://i.imgur.com/FWcHtcS.png)

Expand All @@ -22,6 +22,7 @@ There are many commands that can be used with the bot. Most notably, the `play <

### Further reading

* [Docs & Guides](https://just-some-bots.github.io/MusicBot/)
* [About Translations](./i18n/readme.md)
* [Support Discord server](https://discord.gg/bots)
* [Project license](LICENSE)
Expand Down

0 comments on commit 8348678

Please sign in to comment.