Closed valVk closed 6 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' });
slimbot.setWebhook('https://www.example.com/bot_updates');
slimbot.setWebhook({ url: 'https://www.example.com/bot_updates' });
Good catch again. I've updated the Wiki. Thanks for your help!
Typo in WIKI
slimbot.setWebhook('https://www.example.com/bot_updates');
has to be changed toslimbot.setWebhook({ url: 'https://www.example.com/bot_updates' });