Commit 650dcdc5 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 64a22e46
...@@ -12,7 +12,7 @@ const bot = new TelegramBot(token, {polling: true}); ...@@ -12,7 +12,7 @@ const bot = new TelegramBot(token, {polling: true});
bot.on('message', (msg) => { bot.on('message', (msg) => {
console.log(msg)
processMessage(msg) processMessage(msg)
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment