Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bleuzen/blizcord

Discord Bot written in Java using JDA and lavaplayer
https://github.com/bleuzen/blizcord

bot discord discord-bot java jda jda-bot

Last synced: 5 days ago
JSON representation

Discord Bot written in Java using JDA and lavaplayer

Awesome Lists containing this project

README

        

# Blizcord
A Discord Bot with (optional) GUI written in Java which can play music from YouTube or local files

![](images/Screenshot_20171119_201944.png)
![](images/Screenshot_20171119_202250.png)

## Installation
### Linux
Arch / Manjaro: https://aur.archlinux.org/packages/blizcord/

All other distributions:
- Install Java and wget
- Download the latest 'blizcord-*-online.sh' from the Releases page.

### Windows
Download the latest .exe file from the [Releases](https://github.com/Bleuzen/Blizcord/releases) page.

## Run
### Linux
If you installed the aur package, open a terminal and type: ```blizcord``` or ```blizcord-gui``` (for the graphical version)

If you use the linux online version, make it executable and type: ```./blizcord-linux-online.sh```

### Windows
Double click the .exe file for the GUI.

## Setup
The first time you start the bot, it will crash. It generated the config file. You can edit it with every text editor, or use the GUI as explained here: https://github.com/Bleuzen/Blizcord/wiki/Setup

## Dependencies
This program makes use of the following librarys:

[JDA](https://github.com/DV8FromTheWorld/JDA)

[JSON-java](https://github.com/stleary/JSON-java)

[lavaplayer](https://github.com/sedmelluq/lavaplayer)

[JDA-NAS](https://github.com/sedmelluq/jda-nas)

[JNativeHook](https://github.com/kwhat/jnativehook)

[Logback](https://github.com/qos-ch/logback)

View their repository for further information, credits, and licensing.