serverless-slackbot
serverless-slackbot copied to clipboard
team list and test skills not working in channel
I'm testing the usage of the included skills "out-the-box" and two of them do not work correctly:
team_list.js and test_run.js
The issue for me seems to be that when the primary command is followed by anything other than null I get an error when calling the command from within my slack channel.
This is the error that is output in grey italics in the slack channel:
{"errorMessage":"Process exited before completing request"}
This is the code snippet that seems to be causing the issue for me when null is set to any other command.
SlackBot.addSkill('help', null, function(event, context, body, slackTeam)