Case

Event.reactionAdd

Fired when a reaction is added to a message

Declaration

case reactionAdd

Usage

bot.on(.reactionAdd) { data in
  let (channel, userID, messageID, emoji) = data as! (TextChannel, UserID, MessageID, Emoji)
}