Skip to content

Commit bf17f90

Browse files
authored
Update cron.ts
1 parent 5a35af5 commit bf17f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/cron.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export async function schedule(context: BotContext) {
4747
cron("0 20 * * FRI", () => getTrichterUnserEmbed(context));
4848
cron("0 * * * *", () => degradeItems(context));
4949
cron("26 18,19 * * *", () => exposeWithRadiation(context));
50-
cron("15 18,19 * * *", () => runHalfLife(context));
50+
cron("15 18 * * *", () => runHalfLife(context));
5151

5252
const loot = context.commandConfig.loot;
5353
if (loot.enabled) {

0 commit comments

Comments
 (0)