add_reaction
AsyncMethod
This is a method of the BotProtocol class in the protocols module.Add a reaction emoji to a message.
Signature
Parameters
str
required
Channel containing the message
str
required
Message to react to
str
required
Emoji to add (Unicode or custom emoji ID)
Returns
bool
True if reaction was added successfully
Source
View on GitHub
praisonaiagents/bots/protocols.py at line 999
