@antiraid-ext/events/discord/ReactionRemoveEmoji
API reference for @antiraid-ext/events/discord/ReactionRemoveEmoji
@antiraid-ext/events/discord/ReactionRemoveEmoji
Functions
onReactionRemoveEmoji
ReactionRemoveEmoji
Dispatched when all reactions of a specific emoji are removed from a message.
Function Signature
--- ReactionRemoveEmoji
---
--- Dispatched when all reactions of a specific emoji are removed from a message.
function onReactionRemoveEmoji(event: Primitives.Event, callback: (payload: discordGateway.MessageReactionRemoveEmojiPayload) -> ()) end
Arguments
event
callback
Function Signature
callback: (payload: discordGateway.MessageReactionRemoveEmojiPayload) -> ()
Arguments
payload
Last updated on