From 4c9e45f06b75e849fba4dfa889e06cd41125ed0c Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 25 Jun 2024 16:50:23 +0100 Subject: [PATCH] fix embed colors --- .../features/scoresaber/command/userfeed/ChannelSubCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cc/fascinated/bat/features/scoresaber/command/userfeed/ChannelSubCommand.java b/src/main/java/cc/fascinated/bat/features/scoresaber/command/userfeed/ChannelSubCommand.java index e930021..829cd17 100644 --- a/src/main/java/cc/fascinated/bat/features/scoresaber/command/userfeed/ChannelSubCommand.java +++ b/src/main/java/cc/fascinated/bat/features/scoresaber/command/userfeed/ChannelSubCommand.java @@ -40,7 +40,7 @@ public class ChannelSubCommand extends BatSubCommand { .build()).queue(); return; } - interaction.replyEmbeds(EmbedUtils.successEmbed() + interaction.replyEmbeds(EmbedUtils.genericEmbed() .setDescription("The current ScoreSaber feed channel is %s".formatted(TextChannelUtils.getChannelMention(profile.getChannelId()))) .build()).queue(); return;