@antiraid-ext/events/discord/ReactionAdd
API reference for @antiraid-ext/events/discord/ReactionAdd
@antiraid-ext/events/discord/ReactionAdd
Functions
onReactionAdd
ReactionAdd
Dispatched when a reaction is added to a message.
Function Signature
--- ReactionAdd
---
--- Dispatched when a reaction is added to a message.
function onReactionAdd(event: Primitives.Event, callback: (reaction: discordGateway.MessageReactionAddPayload) -> ()) end
Arguments
event
callback
Function Signature
callback: (reaction: discordGateway.MessageReactionAddPayload) -> ()
Arguments
reaction
Last updated on