fix auto role list title
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 44s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 44s
This commit is contained in:
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user