Revert "Always self-deafen (#1491)" (#1551)

This reverts commit a7807b96e2.
This commit is contained in:
Michaili K
2024-05-10 21:32:30 +02:00
committed by GitHub
parent 6f12c33781
commit 48e62f1a50

View File

@@ -86,7 +86,6 @@ public abstract class MusicCommand extends Command
try
{
event.getGuild().getAudioManager().openAudioConnection(userState.getChannel());
event.getGuild().getAudioManager().setSelfDeafened(true);
}
catch(PermissionException ex)
{