fix auto role list title
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 44s

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();
embed.setTitle("Auto Role List");
embed.setAuthor("Auto Role List");
embed.setDescription(roles.toString());
interaction.replyEmbeds(embed.build()).queue();
}