fix embed colors

This commit is contained in:
Lee 2024-06-25 16:50:23 +01:00
parent 444089df02
commit 4c9e45f06b

@ -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;