mullwar / telebot

The easy way to write Telegram bots in Node.js
https://www.npmjs.com/package/telebot
MIT License
1.48k stars 270 forks source link

Async mods #179

Open SunTrustDev opened 4 years ago

SunTrustDev commented 4 years ago

This PR enables async mods, allowing to use asynchronous functions in the mod callback. The previous promise management didn't work well, because messages somehow weren't getting parsed correctly due to the promise being resolved later.