We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d039d commit 6e0ab89Copy full SHA for 6e0ab89
build.gradle.kts
@@ -35,7 +35,7 @@ plugins {
35
id("org.jmailen.kotlinter") version "3.5.1"
36
}
37
38
-val numberVersion = "3.106.7"
+val numberVersion = "3.106.8"
39
40
project.group = "ml.duncte123.skybot"
41
project.version = "${numberVersion}_${getGitHash()}"
src/main/java/fredboat/audio/player/LavalinkManager.java
@@ -100,7 +100,7 @@ public LavalinkPlayer createPlayer(long guildId) {
100
101
102
public void openConnection(VoiceChannel channel) {
103
- if (!isEnabled()) {
+ if (isEnabled()) {
104
final AudioManager audioManager = channel.getGuild().getAudioManager();
105
106
// Turn on the deafen icon for the bot
0 commit comments