Closed ykensuke closed 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') })
Thanks, good fix. live in verison 0.7.7
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.