scrapinghub / slackbot

A chat bot for Slack (https://slack.com).
MIT License
1.26k stars 396 forks source link

Return values for API/RTM calls #179

Open victoru opened 5 years ago

victoru commented 5 years ago

Any reason it was decided to not return responses from Slack for API/RTM calls? I see that slacker returns this data, but slackbot does not. i.e. https://github.com/os/slacker/blob/master/slacker/__init__.py#L358 and https://github.com/lins05/slackbot/blob/develop/slackbot/slackclient.py#L139

lins05 commented 5 years ago

Can you give a use case for the RTM return values?