hubot
hubot copied to clipboard
Shell adapter slack version
The Hubot shell adapter that get used when running bin/hubot uses an older version of Slack, part of my code uses robot.fileShared
which throws the following error:
TypeError: robot.fileShared is not a function
using the slack adapter by running the following:
HUBOT_SLACK_TOKEN=xoxb-YOUR-TOKEN-HERE ./bin/hubot --adapter slack
with hubot-slack version 4.6.0 works fine.
However I wish to run commands from the command line for testing, and the slack adapter does not support that, the shell does.