From bf554933cc9711cf9be56e0f4eee2654e8779a2f Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 28 Jun 2024 04:01:30 +0100 Subject: [PATCH] pls --- .../features/spotify/command/PauseSubCommand.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/cc/fascinated/bat/features/spotify/command/PauseSubCommand.java b/src/main/java/cc/fascinated/bat/features/spotify/command/PauseSubCommand.java index 77ef74b..f6fb55a 100644 --- a/src/main/java/cc/fascinated/bat/features/spotify/command/PauseSubCommand.java +++ b/src/main/java/cc/fascinated/bat/features/spotify/command/PauseSubCommand.java @@ -36,13 +36,13 @@ public class PauseSubCommand extends BatSubCommand { return; } - if (!spotifyService.hasTrackPlaying(user)) { - interaction.replyEmbeds(EmbedUtils.genericEmbed() - .setDescription("You need to be playing a track to pause it.") - .build()) - .queue(); - return; - } +// if (!spotifyService.hasTrackPlaying(user)) { +// interaction.replyEmbeds(EmbedUtils.genericEmbed() +// .setDescription("You need to be playing a track to pause it.") +// .build()) +// .queue(); +// return; +// } boolean didPause = spotifyService.pausePlayback(user); interaction.replyEmbeds(EmbedUtils.genericEmbed()