Skip to content

Commit

Permalink
whoopsie daisy
Browse files Browse the repository at this point in the history
accidentally kept in an "else" statement :p
  • Loading branch information
uncreativeCultist committed Jul 10, 2024
1 parent 323ff63 commit 5e052dc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ public Message getNowPlaying(JDA jda, boolean includeProgress)
+ " `[" + TimeUtil.formatTime(track.getPosition()) + "/" + TimeUtil.formatTime(track.getDuration()) + "]` "
+ FormatUtil.volumeIcon(audioPlayer.getVolume()));
}
else
}
else return null;
}
Expand Down

0 comments on commit 5e052dc

Please sign in to comment.