botman / botman/driver-slack

Add support for reactions

Open
#65 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
51
Forks
54
PR merge metrics
No merged PRs in 30d

Description

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
https://github.com/botman/driver-slack/blob/a832671a0bc2a42b083ebaea60ea7a4efee96045/src/SlackDriver.php#L258

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.