Skip to content

Commit 967d5d5

Browse files
Upped minimum of HelpExperienceJob
1 parent 58c39ab commit 967d5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/help/HelpExperienceJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public void execute() {
3232
try {
3333
helpAccountRepository.removeExperienceFromAllAccounts(
3434
// just get the config for the first guild the bot is in, as it's not designed to work in multiple guilds anyway
35-
botConfig.get(jda.getGuilds().get(0)).getHelpConfig().getDailyExperienceSubtraction(), 0, 50);
35+
botConfig.get(jda.getGuilds().get(0)).getHelpConfig().getDailyExperienceSubtraction(), 5, 50);
3636
} catch (DataAccessException e) {
3737
ExceptionLogger.capture(e, DbHelper.class.getSimpleName());
3838
}

0 commit comments

Comments
 (0)