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
Hello, I'd like to have Hubot be able to send notifications to a channel when a channel is created, archived, or deleted. I've found some code examples using robot.adapter.client?.on? 'raw_message' but when I used it, I received a deprecation warning:
WARNING SlackClient#on() is a deprecated method and will be removed in the next major version of hubot-slack. It is recommended not to use event handlers on the Slack clients directly. Please file an issue for any specific event type you need.
Issue tracker: <https://github.com/slackapi/hubot-slack/issues>
Event type: raw_message
It looks like there are some event handling capabilities already; however, I'd like to use these, which don't appear to be included:
Description
Hello, I'd like to have Hubot be able to send notifications to a channel when a channel is created, archived, or deleted. I've found some code examples using
robot.adapter.client?.on? 'raw_message'but when I used it, I received a deprecation warning:It looks like there are some event handling capabilities already; however, I'd like to use these, which don't appear to be included:
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])