LogoAntiRaid

@antiraid-ext/events/discord/GuildRoleUpdate

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

@antiraid-ext/events/discord/GuildRoleUpdate

Functions

onGuildRoleUpdate

GuildRoleUpdate

Dispatched when a role is updated in a guild.

Function Signature
--- GuildRoleUpdate
---
--- Dispatched when a role is updated in a guild.
function onGuildRoleUpdate(event: Primitives.Event, callback: (payload: discordgateway.GuildRoleUpdatePayload) -> ()) end

Arguments

event

Primitives.Event

callback

Function Signature
callback: (payload: discordgateway.GuildRoleUpdatePayload) -> ()

Arguments

payload

discordgateway.GuildRoleUpdatePayload

Last updated on