fix auto role list title

This commit is contained in:
Lee 2024-06-27 17:40:21 +01:00
parent 2c5c1ecc41
commit 3d39fd9784

@ -42,7 +42,7 @@ public class ListSubCommand extends BatSubCommand {
} }
EmbedBuilder embed = EmbedUtils.genericEmbed(); EmbedBuilder embed = EmbedUtils.genericEmbed();
embed.setTitle("Auto Role List"); embed.setAuthor("Auto Role List");
embed.setDescription(roles.toString()); embed.setDescription(roles.toString());
interaction.replyEmbeds(embed.build()).queue(); interaction.replyEmbeds(embed.build()).queue();
} }