LogoAntiRaid

@antiraid-ext/events/discord/ReactionRemoveAll

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

@antiraid-ext/events/discord/ReactionRemoveAll

Functions

onReactionRemoveAll

ReactionRemoveAll

Dispatched when all reactions are removed from a message.

Function Signature
--- ReactionRemoveAll
---
--- Dispatched when all reactions are removed from a message.
function onReactionRemoveAll(event: Primitives.Event, callback: (reaction: discordGateway.MessageReactionRemoveAllPayload) -> ()) end

Arguments

event

Primitives.Event

callback

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

Arguments

reaction

discordGateway.MessageReactionRemoveAllPayload

Last updated on