React to a message with an emoji
Add or remove an emoji reaction on a message.
Examples:
React with a thumbs up
mutiro user message react msg_abc123 👍
React with a heart
mutiro user message react msg_abc123 ❤️
Remove a reaction
mutiro user message react msg_abc123 👍 --remove
mutiro user message react <message-id> <emoji> [flags]
React with a thumbs up
React with a heart
Remove a reaction
| Flag | Type | Description |
|---|---|---|
| -h, --help | bool | help for react |
| --remove | bool | Remove the reaction instead of adding it |
| Flag | Type | Description |
|---|---|---|
| --config | string | config file (default is ./.mutiro.yaml in current directory) |
| --debug | bool | debug mode |
| -v, --verbose | bool | verbose output |