Merge pull request #7 from ryush00/patch-1

I found a bug at README.
This commit is contained in:
Mahdi Dibaiee 2015-07-26 19:25:31 +04:30
commit bb5d23d97a

View File

@ -37,7 +37,7 @@ bot.get(/Hi|Hey|Hello|Yo/, function(message) {
});
bot.command('start', function(message) {
var welcome = new File().file('./some_photo.png').caption('Welcome');
var welcome = new File().file('./some_photo.png').caption('Welcome').to(message.chat.id);
bot.send(welcome);
});