Skip to content

Commit

Permalink
Revert "Always self-deafen (#1491)" (#1551)
Browse files Browse the repository at this point in the history
This reverts commit a7807b9.
  • Loading branch information
MichailiK authored May 10, 2024
1 parent 6f12c33 commit 48e62f1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ protected void execute(CommandEvent event)
try
{
event.getGuild().getAudioManager().openAudioConnection(userState.getChannel());
event.getGuild().getAudioManager().setSelfDeafened(true);
}
catch(PermissionException ex)
{
Expand Down

0 comments on commit 48e62f1

Please sign in to comment.