ReactorRepository

ReactorRepository

new ReactorRepository()

Methods

addReaction() → {Promise.<boolean>}

Properties:
Name Type Description
reactionName string
Add a reaction to a given message
Returns:
Returns true if success, false otherwise
Type
Promise.<boolean>

removeReaction() → {Promise.<boolean>}

Properties:
Name Type Description
reactionName string
Add a reaction to a given message
Returns:
Returns true if success, false otherwise
Type
Promise.<boolean>