Skip to content

Commit

Permalink
Actualizar notifier.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd authored Nov 17, 2024
1 parent 84ea7d8 commit a7e3edc
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 @@ -36,7 +36,7 @@ class Notifier {
await handlers.openAI.createAndUploadToChat(this.target, this.twitchBot)
})

cron.schedule('*/30 * * * *', async () => {
cron.schedule('30 * * * *', async () => {
const channel = await TwitchService.getChannel()
if (channel.live) {
const text = 'como si fueras un usuario del chat de forma aleatoria alguna curiosidad del streamer o de su chat anecdótica o de dato curioso para compartir'
Expand Down

0 comments on commit a7e3edc

Please sign in to comment.