aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/soundchan/AudioPlayerSendHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Sound plays again and preemptive user sound dir fixMatt Kohls2019-12-221-8/+1
| | | | | | | | I was being too proactive about checking for a null condition, so the AudioPlayerSendHandler wasn't able to grab the data correctly. Also now check for the directory the user supplies for usersound existing and that it is a directory before populating files from it.
* Starting work to update librariesMatt Kohls2019-10-271-6/+5
| | | | | | JDA v4 has many breaking changes that will need to be checked Lavaplayer shouldn't have any major changes, but needs version bump to continue working with various sites
* Bump in LavaPlayer version to fix some yt linksMatt Kohls2019-06-181-1/+1
| | | | | Various YouTube links did not work, this was fixed upstream so pulling in the latest version of the library.
* Rename main, add properties loadingBrandon2018-04-071-0/+48