Skip to content

Commit

Permalink
refresh browser every 15min
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed Mar 24, 2024
1 parent 62be559 commit 588f105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/notifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Notifier {
await handlers.stream.catchStream(this.bot, this.twitchBot, this.target)
})

cron.schedule('0 * * * *', async () => {
cron.schedule('0/15 * * * *', async () => {
await handlers.stream.sendTodayBirthday(this.twitchBot, this.target)
await handlers.stream.refreshPage()
})
Expand Down

0 comments on commit 588f105

Please sign in to comment.