Discord Bot for music and other utilities, built with Discord4J and Lavaplayer
Go to file
Andrew Lalis 4f97ce6e87 Stabilized playback, added playlist class, among other improvements. 2017-06-20 15:18:37 +02:00
src/main Stabilized playback, added playlist class, among other improvements. 2017-06-20 15:18:37 +02:00
LICENSE Initial commit 2017-06-18 10:20:31 +02:00
README.md Added play documentation to readme. 2017-06-18 23:53:09 +02:00
pom.xml First Commit, working play feature. 2017-06-18 10:29:17 +02:00

README.md

HandieBot

HandieBot is a bot for Discord, written using Java, the Discord4J library, and the Lavaplayer library for sound processing. It is a fully-fledged bot with the ability to manage playlists, get music from URLs, and perform other necessary functions for a clean and enjoyable user experience.

Commands

play <URL>

Issuing the play command attempts to load a song from a given URL, and append it to the active queue. The bot will tell the user quite obviously if their link does not work, or if there was an internal error. If there are already some songs in the queue, then this will also, if successful, tell the user approximately how long it will be until their song is played.