fix message

This commit is contained in:
Lee 2024-06-28 20:05:32 +01:00
parent 827e1bed4f
commit 20905a7962

@ -24,7 +24,7 @@ public class GuildSubCommand extends BatSubCommand {
if (icon == null) { if (icon == null) {
interaction.replyEmbeds(EmbedUtils.errorEmbed() interaction.replyEmbeds(EmbedUtils.errorEmbed()
.setDescription("%s does not have an avatar!".formatted(guild.getName())) .setDescription("**%s** does not have an avatar!".formatted(guild.getName()))
.build()) .build())
.queue(); .queue();
return; return;