diff --git a/src/main/java/cc/fascinated/bat/features/autorole/command/ListSubCommand.java b/src/main/java/cc/fascinated/bat/features/autorole/command/ListSubCommand.java index 09970c8..bba7f74 100644 --- a/src/main/java/cc/fascinated/bat/features/autorole/command/ListSubCommand.java +++ b/src/main/java/cc/fascinated/bat/features/autorole/command/ListSubCommand.java @@ -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(); }