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
Hubot's ability to write cross-chat-platform chatbots is extremely useful and amazing.
However, it lacks a standardized way of listening for reactions to messages or reacting with messages, as many chat platforms support.
It would be great if there was a standardized Robot.react method like the one both Slack and Discord support, as well as a method (something like Response.addReaction?) to post reactions to messages.
That way it would take minimal effort to port bots utilizing reactions between platforms.
Thanks!
The text was updated successfully, but these errors were encountered:
Hubot's ability to write cross-chat-platform chatbots is extremely useful and amazing.
However, it lacks a standardized way of listening for reactions to messages or reacting with messages, as many chat platforms support.
It would be great if there was a standardized
Robot.react
method like the one both Slack and Discord support, as well as a method (something likeResponse.addReaction
?) to post reactions to messages.That way it would take minimal effort to port bots utilizing reactions between platforms.
Thanks!
The text was updated successfully, but these errors were encountered: