@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
callback
Function Signature
callback: (reaction: discordGateway.MessageReactionRemoveAllPayload) -> ()
Arguments
reaction
Last updated on