LogoAntiRaid

@antiraid-ext/events/discord/GuildRoleDelete

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

@antiraid-ext/events/discord/GuildRoleDelete

Functions

onGuildRoleDelete

GuildRoleDelete

Dispatched when a role is deleted in a guild.

Function Signature
--- GuildRoleDelete
---
--- Dispatched when a role is deleted in a guild.
function onGuildRoleDelete(event: Primitives.Event, callback: (payload: discordgateway.GuildRoleDeletePayload) -> ()) end

Arguments

event

Primitives.Event

callback

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

Arguments

payload

discordgateway.GuildRoleDeletePayload

Last updated on