actionably / dashbot

Dashbot - Analytics for your bot
Other
39 stars 27 forks source link

Fix the bug send method for kik doesn't return Promise #6

Closed ykensuke closed 7 years ago

ykensuke commented 7 years ago

Original bot.send() method of Kik returns Promise to handle asynchronously, but the method you overwrote doesn't return the Promise. When we write below code, an error is happening.


bot.send('test').then(()=>{
  console.log('test')
})
jhullfly commented 7 years ago

Thanks, good fix. live in verison 0.7.7