Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Liryna committed Jun 28, 2015
1 parent 7a6717f commit 9dac3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions facebookbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}

Expand Down

0 comments on commit 9dac3db

Please sign in to comment.