forked from Fascinated/Bat
fix auto role list title
This commit is contained in:
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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user