Skip to content

Commit

Permalink
adding script, docs and making suggestion work.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasani-arpit committed Oct 10, 2020
1 parent 52d1c68 commit ef0ca38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bot.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"blocked": [],
"noMatch":"{🤔|👍}",
"smartreply":{
"suggestions":[],
"suggestions":["Hello", "Welcome to my store !!", "Thanks for reaching out 🙏"],
"clicktosend":true
}
}
2 changes: 1 addition & 1 deletion docs/Webhook-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if($message == 'hi')
{
"headless": false,
"isGroupReply":false,
"webhook":"http://url-to-folder/filename.php"
"webhook":"http://url-where-php-server-is-on/filename.php"
}
}
```
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/index.js",
"scripts": {
"app": "node src/index.js",
"pack": "pkg ."
"pack": "pkg .",
"start": "node src/index.js"
},
"bin": "src/index.js",
"repository": {
Expand Down

0 comments on commit ef0ca38

Please sign in to comment.