We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a35af5 commit bf17f90Copy full SHA for bf17f90
src/service/cron.ts
@@ -47,7 +47,7 @@ export async function schedule(context: BotContext) {
47
cron("0 20 * * FRI", () => getTrichterUnserEmbed(context));
48
cron("0 * * * *", () => degradeItems(context));
49
cron("26 18,19 * * *", () => exposeWithRadiation(context));
50
- cron("15 18,19 * * *", () => runHalfLife(context));
+ cron("15 18 * * *", () => runHalfLife(context));
51
52
const loot = context.commandConfig.loot;
53
if (loot.enabled) {
0 commit comments