Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uncreativeCultist authored Jul 10, 2024
1 parent 8b950e7 commit 830ad8d
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
<img align="right" src="https://i.imgur.com/zrE80HY.png" height="200" width="200">
<img align="right" src="https://i.imgur.com/3oUs5z4.png" height="200" width="200">

# JMusicBot
# ShiverFork

[![Downloads](https://img.shields.io/github/downloads/jagrosh/MusicBot/total.svg)](https://github.com/jagrosh/MusicBot/releases/latest)
[![Stars](https://img.shields.io/github/stars/jagrosh/MusicBot.svg)](https://github.com/jagrosh/MusicBot/stargazers)
[![Release](https://img.shields.io/github/release/jagrosh/MusicBot.svg)](https://github.com/jagrosh/MusicBot/releases/latest)
[![License](https://img.shields.io/github/license/jagrosh/MusicBot.svg)](https://github.com/jagrosh/MusicBot/blob/master/LICENSE)
[![Discord](https://discordapp.com/api/guilds/147698382092238848/widget.png)](https://discord.gg/0p9LSGoRLu6Pet0k)<br>
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/jagrosh/MusicBot/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/jagrosh/MusicBot/tree/master)
[![Build and Test](https://github.com/jagrosh/MusicBot/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/jagrosh/MusicBot/actions/workflows/build-and-test.yml)
[![CodeFactor](https://www.codefactor.io/repository/github/jagrosh/musicbot/badge)](https://www.codefactor.io/repository/github/jagrosh/musicbot)
[![Downloads](https://img.shields.io/github/downloads/lilliepad1/MusicBotShiverFork/total.svg)](https://github.com/jagrosh/lilliepad1/MusicBotShiverFork/latest)
[![Stars](https://img.shields.io/github/stars/lilliepad1/MusicBotShiverFork.svg)](https://github.com/lilliepad1/MusicBotShiverFork/stargazers)
[![Release](https://img.shields.io/github/release/lilliepad1/MusicBotShiverFork.svg)](https://github.com/jagrosh/lilliepad1/MusicBotShiverFork/latest)
[![License](https://img.shields.io/github/license/lilliepad1/MusicBotShiverFork.svg)](https://github.com/lilliepad1/MusicBotShiverFork/blob/master/LICENSE)
[![Build and Test](https://github.com/lilliepad1/MusicBotShiverFork/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/lilliepad1/MusicBotShiverFork/actions/workflows/build-and-test.yml)

A cross-platform Discord music bot with a clean interface, and that is easy to set up and run yourself!

[![Setup](http://i.imgur.com/VvXYp5j.png)](https://jmusicbot.com/setup)
ShiverFork is a fork of JMusicBot that implements changes that I wish to see in the bot, including ones that have been removed from the original project.

## Features
* Easy to run (just make sure Java is installed, and run!)
Expand Down Expand Up @@ -47,14 +42,11 @@ JMusicBot supports all sources and formats supported by [lavaplayer](https://git
* AAC streams
* Stream playlists (M3U and PLS)

## Example
![Loading Example...](https://i.imgur.com/kVtTKvS.gif)

## Setup
Please see the [Setup Page](https://jmusicbot.com/setup) to run this bot yourself!
Please see JMusicBot's original [Setup Page](https://jmusicbot.com/setup) to run this bot yourself!

## Questions/Suggestions/Bug Reports
**Please read the [Issues List](https://github.com/jagrosh/MusicBot/issues) before suggesting a feature**. If you have a question, need troubleshooting help, or want to brainstorm a new feature, please start a [Discussion](https://github.com/jagrosh/MusicBot/discussions). If you'd like to suggest a feature or report a reproducible bug, please open an [Issue](https://github.com/jagrosh/MusicBot/issues) on this repository. If you like this bot, be sure to add a star to the libraries that make this possible: [**JDA**](https://github.com/DV8FromTheWorld/JDA) and [**lavaplayer**](https://github.com/sedmelluq/lavaplayer)!
**Please read the [Issues List](https://github.com/lilliepad1/MusicBotShiverFork/issues) before suggesting a feature**. If you have a question, need troubleshooting help, or want to brainstorm a new feature, please start a [Discussion](https://github.com/lilliepad1/MusicBotShiverFork/discussions). If you'd like to suggest a feature or report a reproducible bug, please open an [Issue](https://github.com/lilliepad1/MusicBotShiverFork/issues) on this repository. If you like this bot, be sure to add a star to the libraries that make this possible, and the original project: [**JDA**](https://github.com/DV8FromTheWorld/JDA),[**lavaplayer**](https://github.com/sedmelluq/lavaplayer), and [**JMusicBot**](https://github.com/lilliepad1/MusicBotShiverFork)!

## Editing
This bot (and the source code here) might not be easy to edit for inexperienced programmers. The main purpose of having the source public is to show the capabilities of the libraries, to allow others to understand how the bot works, and to allow those knowledgeable about java, JDA, and Discord bot development to contribute. There are many requirements and dependencies required to edit and compile it, and there will not be support provided for people looking to make changes on their own. Instead, consider making a feature request (see the above section). If you choose to make edits, please do so in accordance with the Apache 2.0 License.

0 comments on commit 830ad8d

Please sign in to comment.