diff --git a/src/main/java/cc/fascinated/bat/features/spotify/command/LinkSubCommand.java b/src/main/java/cc/fascinated/bat/features/spotify/command/LinkSubCommand.java index 682107b..a9b0345 100644 --- a/src/main/java/cc/fascinated/bat/features/spotify/command/LinkSubCommand.java +++ b/src/main/java/cc/fascinated/bat/features/spotify/command/LinkSubCommand.java @@ -53,12 +53,6 @@ public class LinkSubCommand extends BatCommand implements EventListener { .queue(); return; } - SpotifyProfile profile = user.getProfile(SpotifyProfile.class); - if (!profile.hasLinkedAccount() || !spotifyService.hasTrackPlaying(user)) { - event.replyEmbeds(SpotifyFeature.checkSpotify(spotifyService, user).build()).queue(); - return; - } - event.replyEmbeds(EmbedUtils.genericEmbed() .setDescription("%s You can link your Spotify account by clicking [here](%s)".formatted( Emojis.SPOTIFY_EMOJI.getFormatted(),