$getReactions

Returns a list of users separated by separator that reacted to a message.

Usage

$getReactions[channelID;messageID;separator;emoji]

Parameters

  • channelID (Type: Snowflake || Flag: Required): The channel that the message belongs to.
  • messageID (Type: Snowflake || Flag: Required): The message to get the user-reactions from.
  • separator (Type: String || Flag: Required): The separator between each user.
  • emoji (Type: Emoji || Flag: Required): The emoji to get the user's reactions for.

Example

$nomention
$getReactions[2394734883474774;38483494328934989;, ;<:tip:3943484884834848483>]

example