diff --git a/src/main/java/cc/fascinated/bat/command/impl/avatar/GuildSubCommand.java b/src/main/java/cc/fascinated/bat/command/impl/avatar/GuildSubCommand.java index 032b5e3..dced8db 100644 --- a/src/main/java/cc/fascinated/bat/command/impl/avatar/GuildSubCommand.java +++ b/src/main/java/cc/fascinated/bat/command/impl/avatar/GuildSubCommand.java @@ -24,7 +24,7 @@ public class GuildSubCommand extends BatSubCommand { if (icon == null) { 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()) .queue(); return;