Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bleuzen/blizcord
- Owner: Bleuzen
- License: mit
- Created: 2017-05-01T12:01:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T18:08:49.000Z (over 1 year ago)
- Last Synced: 2024-10-30T15:57:44.400Z (2 months ago)
- Topics: bot, discord, discord-bot, java, jda, jda-bot
- Language: Java
- Size: 422 KB
- Stars: 21
- Watchers: 6
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.