diff --git a/src/commands/jobs.ts b/src/commands/jobs.ts index 6ec4c11..ccab342 100644 --- a/src/commands/jobs.ts +++ b/src/commands/jobs.ts @@ -36,7 +36,7 @@ export class JobsCommand extends Subcommand { setInterval(() => { this.updateMotivation(); - }, 4 * 60 * 60 * 1000); + }, 6 * 60 * 60 * 1000); this.updateMotivation(); }