Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
removed - id
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhupesh-V authored Nov 4, 2018
1 parent 819eac9 commit c42ed03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const bot = new TelegramBot(token, {polling: true});
var lang = ['python', 'c++', 'java', 'javascript', 'php', 'rails', 'perl', 'c', 'swift'];
var bool = false
var learn_language
var did = "674414135"
var did = "<your-telegram-id>"



Expand Down Expand Up @@ -136,4 +136,4 @@ bot.on('message', (msg) => {
if (msg.text.indexOf(robot) === 0) {
bot.sendMessage(msg.chat.id, "All Commands \n\ 1 : type /learn and follow instructions\n 2 : type /lang to see all languages\n\ 3 : type /start to start interacting with bot\n 4 : type /help to see help ");
}
});
});

0 comments on commit c42ed03

Please sign in to comment.