LogoAntiRaid

@antiraid-ext/events/discord/ReactionRemove

API reference for @antiraid-ext/events/discord/ReactionRemove

@antiraid-ext/events/discord/ReactionRemove

Functions

onReactionRemove

ReactionRemove

Dispatched when a reaction is removed from a message.

Function Signature
--- ReactionRemove
---
--- Dispatched when a reaction is removed from a message.
function onReactionRemove(event: Primitives.Event, callback: (reaction: discordGateway.MessageReactionRemovePayload) -> ()) end

Arguments

event

Primitives.Event

callback

Function Signature
callback: (reaction: discordGateway.MessageReactionRemovePayload) -> ()

Arguments

reaction

discordGateway.MessageReactionRemovePayload

Last updated on