You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
I am trying to use https://github.com/exciting-io/slack-bot-server/blob/master/lib/slack_bot_server/remote_control.rb#L57. My invocation looks like:
When
process_instruction
handles this, the following occurs:The entire array content is being used for bot_key rather than just the key part of it. The
call
command fails due to this.I'm using ruby 2.3.1.
The text was updated successfully, but these errors were encountered: