Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Jul 2, 2024
1 parent 597dac6 commit 2cc1fe7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public Map<String, Object> getEmbedValues(User user, boolean isDM) {
} else {
result.put("nextRank", String.format("<@&%d>", rank.roleId()));
}
result.put("nextRank", rank.name());
result.put("missingXp", rank.xpBound() - currentXp);
});
return result;
Expand Down

0 comments on commit 2cc1fe7

Please sign in to comment.