edisonchee / slimbot

Telegram Bot API for Node.js
MIT License
223 stars 37 forks source link

typo in WIKI documentation setWebhook #14

Closed valVk closed 6 years ago

valVk commented 7 years ago

Typo in WIKI

slimbot.setWebhook('https://www.example.com/bot_updates'); has to be changed to slimbot.setWebhook({ url: 'https://www.example.com/bot_updates' });

edisonchee commented 6 years ago

Good catch again. I've updated the Wiki. Thanks for your help!