We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related to, and follow-on from, #14
Iterate through channels that the welcomebot user is in, compare to channels in the config, and leave any channels welcomebot is not in.
https://api.slack.com/methods/channels.leave
Not sure if this is really needed, from a performance perspective. Depends how the bot monitors channels.
But worth doing, as a way of signalling to users in that channel that welcomebot is no longer listening.
Do not attempt to leave the equivalent of the "general" channel (or handle the cant_leave_general error)
cant_leave_general
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to, and follow-on from, #14
Iterate through channels that the welcomebot user is in, compare to channels in the config, and leave any channels welcomebot is not in.
https://api.slack.com/methods/channels.leave
Not sure if this is really needed, from a performance perspective. Depends how the bot monitors channels.
But worth doing, as a way of signalling to users in that channel that welcomebot is no longer listening.
Do not attempt to leave the equivalent of the "general" channel (or handle the
cant_leave_general
error)The text was updated successfully, but these errors were encountered: