From fbd8962b14b0a9b62c664710c826455c0fef79bc Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Sun, 22 Dec 2019 01:41:48 -0500 Subject: Sound plays again and preemptive user sound dir fix 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. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index c780e8b..b0636bc 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { compile 'net.dv8tion:JDA:4.0.0_39' - compile 'com.sedmelluq:lavaplayer:1.3.22' + compile 'com.sedmelluq:lavaplayer:1.3.32' runtime 'ch.qos.logback:logback-classic:1.2.3' } -- cgit v1.2.3