Skip to content

Commit 90fadf5

Browse files
authored
Merge pull request #19 from fribyte-code/simsine-patch-1
loool
2 parents 1ea7161 + a7b20c8 commit 90fadf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cron.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function startCronTasks(client:Client4) {
88
// Weekly dugnad invitations
99
// cron: At timeOfDay on all daysToMessage every week, not in july
1010
cron.schedule(`0 ${config.dugnad.timeOfDayToMessage} * 1-6,8-12 ${config.dugnad.daysToMessage.join(",")}`, () => {
11-
botActions.sendSocialInvite(client);
11+
botActions.sendDugnadInvite(client);
1212
}, {
1313
timezone: "Europe/Oslo"
1414
});

0 commit comments

Comments
 (0)