Skip to content

Commit a133066

Browse files
updated javadoc
1 parent 77bf364 commit a133066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/help/model/HelpAccount.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public double getLastExperienceGoal(Guild guild) {
5757
* Tries to get the next experience goal based on the current experience count.
5858
*
5959
* @param guild The current {@link Guild}.
60-
* @return An {@link java.util.Map.Entry} that has the role's id as its key, and the experience needed as its value.
60+
* @return A {@link Pair} with both the Role, and the experience needed.
6161
*/
6262
public Pair<Role, Double> getNextExperienceGoal(Guild guild) {
6363
Map<Long, Double> experienceRoles = Bot.config.get(guild).getHelp().getExperienceRoles();

0 commit comments

Comments
 (0)