Skip to content

Commit

Permalink
Merge pull request #88 from Mickhat/amend-message-to-send
Browse files Browse the repository at this point in the history
amend the message
  • Loading branch information
Mickhat committed Jan 26, 2024
2 parents 3f3c45b + cdb4b1f commit 4722077
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 4722077

Please sign in to comment.