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:
👋 It looks like this issue has been open for 30 days with no activity. We'll mark this as stale for now, and wait 10 days for an update or for further comment before closing this issue out.
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
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: