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 6f12c33 commit 48e62f1Copy full SHA for 48e62f1
src/main/java/com/jagrosh/jmusicbot/commands/MusicCommand.java
@@ -86,7 +86,6 @@ protected void execute(CommandEvent event)
86
try
87
{
88
event.getGuild().getAudioManager().openAudioConnection(userState.getChannel());
89
- event.getGuild().getAudioManager().setSelfDeafened(true);
90
}
91
catch(PermissionException ex)
92
0 commit comments