I'd love to reply to a message / command, not by text, but by reaction.
I'm trying to look into this myself, but I'm not experienced enough yet
eg:
$botman->hears('wave', function (BotMan $bot)
{
$bot->replyWithReaction("thumbsup");
});
https://api.slack.com/methods/reactions.add
I suppose it would need to be added here
|
} elseif ($this->resultType == self::RESULT_DIALOG) { |
I'd love to reply to a message / command, not by text, but by reaction.
I'm trying to look into this myself, but I'm not experienced enough yet
eg:
https://api.slack.com/methods/reactions.add
I suppose it would need to be added here
driver-slack/src/SlackDriver.php
Line 258 in a832671