pyslackers / slack-sansio

Python (a)sync Slack API library
MIT License
37 stars 8 forks source link

Fix bug related to slack command response #42

Closed nhumrich closed 6 years ago

nhumrich commented 6 years ago

The api for slack command ephemeral responses returns "ok" instead of the json response all slack api's are supposed to return. This change allows both to work.