Despical / MusicBot

A Discord music bot
GNU General Public License v3.0
3 stars 0 forks source link
discord discord-bot discord-music-bot music-bot music-bot-discord

Discord Music Bot

[![](https://jitpack.io/v/Despical/MusicBot.svg)](https://jitpack.io/#Despical/MusicBot) [![](https://img.shields.io/badge/JavaDocs-latest-lime.svg)](https://javadoc.jitpack.io/com/github/Despical/MusicBot/latest/javadoc/index.html) [![Support](https://img.shields.io/badge/Patreon-Support-lime.svg?logo=Patreon)](https://www.patreon.com/despical) Example implementation of LavaPlayer for Discord bots.

Documentation

Donations

Using Music Bot API

The project isn't in the Central Repository yet, so specifying a repository is needed.
To add this project as a dependency to your project, add the following to your pom.xml:

Maven dependency ```xml jitpack.io https://jitpack.io ``` ```xml com.github.Despical MusicBot 1.0.0-SNAPSHOT compile ```
Gradle dependency ``` repositories { maven { url 'https://jitpack.io' } } ``` ``` dependencies { compileOnly group: "com.github.Despical", name: "MusicBot", version: "1.0.0-SNAPSHOT"; } ```

License

This code is under GPL-3.0 License

See the LICENSE file for required notices and attributions.

Contributing

I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:

You can learn more about contributing via GitHub in contribution guidelines.

Building from source

If you want to build this project from source code, run the following from Git Bash:

git clone https://www.github.com/Despical/MusicBot.git && cd MusicBot
mvn clean package

The build can then be found in /MusicBot/target/

Note Don't forget to install Maven before building.