Skip to content

Commit

Permalink
version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
temaivanoff committed Sep 25, 2018
1 parent 5d6c111 commit 5c176ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function checkUser(id) {
}

function telegram_user_not_found(id) {
telegram.sendText(id, `Незарегистрированный пользователь ${id}.`);
telegram.sendText(id, `User is not registered ${id}.`);
}

function telegram_message({ from, text }) {
Expand Down

0 comments on commit 5c176ec

Please sign in to comment.