add_reaction
Input
emoji requiredA single unicode emoji, e.g. a thumbs up. Limited to a set of common emoji this script can name for Discord's picker search (thumbs up/down, heart, laughing, fire, 100, eyes, check mark, clap, party popper, thinking, and a few more); an emoji outside that set is refused with a clear reason rather than guessed at. Custom server emoji are not supported.
messageUrl requiredFull message url, e.g. https://discord.com/channels/<guildId>/<channelId>/<messageId>. discord.com/read_messages returns the ids to build one.
remove optionalLeave false (the default) to add your reaction. Set true to take your own reaction off; other people's reactions are never touched.
Default: falseOutput
emoji requiredreacted requiredWhether your reaction is on the message after this run.
channelId requiredmessageId requiredalready_present requiredTrue when the message was already in the requested state, so nothing was written.
count optionalHow many people have reacted with this emoji afterwards, as Discord shows it; null once no pill remains.
request_seen optionalWhether Discord's own reaction request was observed for this change.
