Skip to content

Commit

Permalink
amend the message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickhat committed Jan 26, 2024
1 parent 94f6330 commit cdb4b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listeners/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default (client: Client, logger: ILogger): void => {
return
}
logger.logSync('INFO', `Before send`)
await targetChannel.send('15:37')
await targetChannel.send('13:37')
})
})
}

0 comments on commit cdb4b1f

Please sign in to comment.