Skip to content

Commit

Permalink
Add icon to papi autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSzabo committed Jul 14, 2024
1 parent b8120ad commit 8c61b4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ private String getFormattedXP(String[] args, double xp) {

@Override
public List<String> getPatterns() {
return List.of("", "xp", "xp_formatted", "xp_short", "xpnext", "xpnext_formatted", "xpnext_short", "progressbar");
return List.of("", "xp", "xp_formatted", "xp_short", "xpnext", "xpnext_formatted", "xpnext_short", "progressbar", "icon");
}
}

0 comments on commit 8c61b4f

Please sign in to comment.