LogoAntiRaid

@antiraid-ext/events/discord/GuildMemberUpdate

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

@antiraid-ext/events/discord/GuildMemberUpdate

Functions

onGuildMemberUpdate

GuildMemberUpdate

Dispatched when a member is updated (e.g their nickname is updated).

Provides the member’s old and new data (if cache feature is enabled and data is available) and the new raw data about updated fields.

Function Signature
--- GuildMemberUpdate
---
--- Dispatched when a member is updated (e.g their nickname is updated).
---
--- Provides the member’s old and new data (if cache feature is enabled and data is available) and the new raw data about updated fields.
function onGuildMemberUpdate(event: Primitives.Event, callback: (payload: discordGateway.GuildMemberUpdatePayload) -> ()) end

Arguments

event

Primitives.Event

callback

Function Signature
callback: (payload: discordGateway.GuildMemberUpdatePayload) -> ()

Arguments

payload

discordGateway.GuildMemberUpdatePayload

Last updated on