Slack slash command is not working in public channels unless manually added to them
问题 I'm not sure how much detail to provide, but I'll try to put everything that I feel is relevant. I have a slash command that I do some logic with through AWS Lambda and API Gateway. I'm using the python slackclient module and through that I'm sending messages back into slack with the WebClient. To clarify, I'm using the new bot token system Slack has come up with, not the classic bot one. From my understanding, using a webhook to send messages in all channels in a workspace is very painful,