Skip to content

Commit

Permalink
chore(community): telegram bot message send log added
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammed-Rahif committed Mar 29, 2023
1 parent 325034f commit fd0f2bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/telegram-bot/success-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ We encourage all developers, testers, and users to <a href="${downloadUrl}">down
bot
.launch()
.then(() => {
console.log(
`Telegram bot: ${versionName} release message sent successfully to community`
);
process.exit(0);
})
.catch((err) => {
Expand Down

0 comments on commit fd0f2bb

Please sign in to comment.