Skip to content

Commit

Permalink
Merge pull request #36 from SkyGuardian42/patch-1
Browse files Browse the repository at this point in the history
Removed double entry in menu
  • Loading branch information
witnessmenow authored Feb 7, 2017
2 parents 4219685 + ee63874 commit 3f101b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ void handleNewMessages(int numNewMessages) {
String welcome = "Welcome to Universal Arduino Telegram Bot library, " + from_name + ".\n";
welcome += "This is Reply Keyboard Markup example.\n\n";
welcome += "/ledon : to switch the Led ON\n";
welcome += "/ledon : to switch the Led ON\n";
welcome += "/ledoff : to switch the Led OFF\n";
welcome += "/status : Returns current status of LED\n";
welcome += "/options : returns the reply keyboard\n";
Expand Down

0 comments on commit 3f101b3

Please sign in to comment.