We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33aceb commit 8969ae6Copy full SHA for 8969ae6
src/main/java/net/discordjug/javabot/systems/help/HelpExperienceJob.java
@@ -33,7 +33,7 @@ public void execute() {
33
try {
34
helpAccountRepository.removeExperienceFromAllAccounts(
35
// just get the config for the first guild the bot is in, as it's not designed to work in multiple guilds anyway
36
- botConfig.get(jda.getGuilds().get(0)).getHelpConfig().getDailyExperienceSubtraction(), 5, 50);
+ botConfig.get(jda.getGuilds().get(0)).getHelpConfig().getDailyExperienceSubtraction(), 1, 50);
37
} catch (DataAccessException e) {
38
ExceptionLogger.capture(e, DbHelper.class.getSimpleName());
39
}
0 commit comments