forked from Fascinated/Bat
fix message
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user