Skip to content

Commit

Permalink
rookie mistake
Browse files Browse the repository at this point in the history
is it obvious i dont know java
  • Loading branch information
uncreativeCultist committed Jul 10, 2024
1 parent bd1c38c commit 3416965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/jagrosh/jmusicbot/audio/AudioHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ public Message getNowPlaying(JDA jda, boolean includeProgress)
+ FormatUtil.volumeIcon(audioPlayer.getVolume()));
}
}
else return null;
return}
return;
}

public Message getNowPlaying(JDA jda)
{
Expand Down

0 comments on commit 3416965

Please sign in to comment.