### General Troubleshooting - [X] I have checked for similar issues on the Issue-tracker. - [X] I have updated to the latest Framework version - [X] I have checked the branches or the maintainers' PRs for upcoming features. ### Feature Request autocomplete ### Example Use-Case ```java public EpicCommand() { setAutoComplete(optionIndex, member -> { if (member.getEffectiveName().equals(“seailz”) return List.of(“a”, “b”, “c”, }); } ```