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 was archived by the owner on Aug 9, 2025. It is now read-only.
slackclient 2.x introduces a number of breaking changes (like splitting the existing client into a RTMClient and a WebClient) which we need to implement when upgrading to that version in this project. There's an existing guide on migrating, but it'll need some careful work and testing to make sure everything works once the upgrade happens. Adding tests (as in #50) would also help to make this transition much smoother.
slackclient2.x introduces a number of breaking changes (like splitting the existing client into aRTMClientand aWebClient) which we need to implement when upgrading to that version in this project. There's an existing guide on migrating, but it'll need some careful work and testing to make sure everything works once the upgrade happens. Adding tests (as in #50) would also help to make this transition much smoother.