fix message
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 34s

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) {
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;