$userReacted
Checks if a specific user has reacted to a message with a particular reaction, or checks which users reacted to a message.
$userReacted[channelID (optional);messageID;UserID;Reaction]
Usage: channelID
(optional): The ID of the channel where the message is located. If omitted, the current channel is assumed.messageID
: The ID of the message to check for reactions.UserID
: The ID of the user to check for their reaction. Use$authorID
to check the command executor. If left blank, the function will check for any user reacting with the given reaction.Reaction
: The reaction (emoji) to check for (e.g.,smile
,👍
, or a custom emoji name).
Example: Check if the command executor reacted with "smile" to message 900774533387124818 in channel 809325522529288242:
Important: Member Caching
If you're using the main bot, ensure the member is cached to obtain accurate results. This is usually handled automatically. You can disregard this message if you are using a custom bot.
Returns: true
if the user reacted with the specified reaction; otherwise, false
.