We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c39ab commit 967d5d5Copy full SHA for 967d5d5
src/main/java/net/javadiscord/javabot/systems/help/HelpExperienceJob.java
@@ -32,7 +32,7 @@ public void execute() {
32
try {
33
helpAccountRepository.removeExperienceFromAllAccounts(
34
// 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);
+ botConfig.get(jda.getGuilds().get(0)).getHelpConfig().getDailyExperienceSubtraction(), 5, 50);
36
} catch (DataAccessException e) {
37
ExceptionLogger.capture(e, DbHelper.class.getSimpleName());
38
}
0 commit comments