$userReacted
$userReacted
will check if a specified user reacted with a specific emoji to a specific message and return either true or false.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
guildID | number | The guild ID. | true |
messageID | number | The message ID. | true |
userID | number | The user ID. | true |
emoji | string | Emoji to check for. | true |
Example(s)
This will return true
as the bot reacted to the initial command message: