Skip to main content

remove_reaction

AsyncMethod
This is a method of the BotProtocol class in the protocols module.
Remove a reaction emoji from a message.

Signature

Parameters

str
required
Channel containing the message
str
required
Message to remove reaction from
str
required
Emoji to remove

Returns

bool
True if reaction was removed successfully

Source

View on GitHub

praisonaiagents/bots/protocols.py at line 1012