Skip to content

Slack bot calls deprecated RTM.Start method #8

@VladimirKovac-FS

Description

@VladimirKovac-FS

RTM.Start was deprecated, calling it throws a "method_deprecated" error. Replacing the rtm.start API call with rtm.connect fixes it.

In lib/Slack_web_api.js:

-          slack_api.callAPI('rtm.start',options,cb);
+          slack_api.callAPI('rtm.connect',options,cb);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions