forked from Fascinated/Bat
update member count command
This commit is contained in:
@ -47,8 +47,8 @@ public class PauseSubCommand extends BatSubCommand {
|
||||
|
||||
boolean didPause = spotifyService.pausePlayback(user);
|
||||
interaction.replyEmbeds(EmbedUtils.successEmbed()
|
||||
.setDescription(didPause ? ":pause_button: Paused the current track.".formatted(Emojis.CHECK_MARK_EMOJI) :
|
||||
"%s The current track is already paused.".formatted(Emojis.CROSS_MARK_EMOJI))
|
||||
.setDescription(didPause ? ":pause_button: Paused the current track."
|
||||
: "%s The current track is already paused.".formatted(Emojis.CROSS_MARK_EMOJI))
|
||||
.build())
|
||||
.queue();
|
||||
}
|
||||
|
Reference in New Issue
Block a user