@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
callback
Function Signature
callback: (payload: discordgateway.GuildRoleUpdatePayload) -> ()
Arguments
payload
Last updated on