diff --git a/img/esther.jpg b/img/esther.jpg index ad2e2c01..5fd75ea5 100644 Binary files a/img/esther.jpg and b/img/esther.jpg differ diff --git a/package.json b/package.json index 3fb90adc..c2259bb5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "hbs": "^4.0.0", "jsonwebtoken": "^5.7.0", "lodash": "^4.6.1", - "smooch-bot": "https://github.com/skhavari/smooch-bot.git", + "smooch-bot": "^1.0.1", "smooch-core": "^1.1.1" }, "devDependencies": { @@ -26,4 +26,4 @@ "esformatter-quotes": "^1.0.3", "eslint": "^2.2.0" } -} \ No newline at end of file +} diff --git a/script.js b/script.js index da0bf989..cf2ca368 100644 --- a/script.js +++ b/script.js @@ -13,7 +13,7 @@ module.exports = new Script({ start: { receive: (bot) => { - return bot.say('So you want to learn about Esther? Just say HELLO to get started.') + return bot.say('So you want to learn about NIKHIL? Just say HELLO to get started.') .then(() => 'speak'); } }, @@ -67,4 +67,4 @@ module.exports = new Script({ .then(processMessage); } } -}); \ No newline at end of file +}); diff --git a/script.json b/script.json index 9effb2b2..af775bb2 100644 --- a/script.json +++ b/script.json @@ -1,8 +1,9 @@ { - "BOT": "Hi there!\nI’m the personal bot of Esther, a Product Marketer from San Francisco.\n![esther](https://raw.githubusercontent.com/esthercrawford/smooch-bot-example/master/img/esther.jpg)\nWant to know more about bots or learn about Esther? %[I'm here for the bot](postback:here_for_the_bot) %[Learn about Esther](postback:learn_about_esther) %[One random fact!](postback:random_fact)", - "HELLO": "Hey, I'm so glad you set EstherBot up! Do you want to tell Esther that you're talking to her bot? %[Tell her](postback:twitter)", - "TELL HER": "Let's tweet @ Esther so she knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", - "I LOVE YOU": "Awh, shucks! I love you too!", + "BOT": "Hi there!\nI’m the personal bot of Nikhil Dikshit, a full-stack developer from Jaipur, India.\n![esther](https://raw.githubusercontent.com/esthercrawford/smooch-bot-example/master/img/esther.jpg)\nWant to know more about Nikhil? %[Check him on LinkedIn](https://www.linkedin.com/in/nikhildikshit) %[View his resume](https://drive.google.com/file/d/0Bz1RpiPdp1C5aWJlNlNYTHpnRVU5ZHFhUVZfakpFR2Y1dUZr/view?usp=sharing) %[What is his contact number?]("8890461242")", + "HELLO": "Hey, I'm so glad you look forward to discussions! Do you want to tell Nikhil that you're talking to her bot? %[Tell her](postback:twitter)", + "TELL HER": "Let's tweet @ Nikhil so he knows you're setting a bot up. Here's a tweet that's ready to go: %[Tweet Esther](http://bit.ly/estherbot-tweet)", "CONNECT ME": "", - "DISCONNECT": "Roger that, EstherBot is back." + "DISCONNECT": "Roger that, the bot is back." } + +