botpress / modules

MOVING TO BOTPRESS/BOTPRESS, branch `develop/x`, folder "packages"
GNU Affero General Public License v3.0
23 stars 29 forks source link

Slack response missing when sending messages #4

Open alsuga opened 6 years ago

alsuga commented 6 years ago

Hi! As of right now when I use for example bp.slack.sendText, its .then doesn't have access to the response from the Slack API, which is necessary for sending messages as threads when the original "parent" message has sent via bp.slack.sendText. I believe this is because you're using an outdated version of the @slack/client module.