From 9dac3db427157787a57b198cf710613b730db35e Mon Sep 17 00:00:00 2001 From: Liryna Date: Sun, 28 Jun 2015 15:23:03 +0200 Subject: [PATCH] Fix usage --- facebookbot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facebookbot.js b/facebookbot.js index f375cb7..428fd14 100644 --- a/facebookbot.js +++ b/facebookbot.js @@ -11,8 +11,8 @@ function getUsage() { return "I'm a Facebook bot. I help you to communicate with your old Facebook friends through Telegram !\n" + " I will forward every of your FB messages. I will also forward your answers if you select to reply their messages.\n\n" + "Available commands:\n" - + "/threadList - List the last converstion you had with your friends.\n" - + "/cancel - Cancel the current command\n" + + "/threadList - List the latest conversations you had with your friends.\n" + + "/cancel - Cancel the current command.\n" + "\n\nMore Informations: https://github.com/Liryna/FacebookBot"; }