LogoAntiRaid

@antiraid-ext/events/discord/GuildUpdate

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

@antiraid-ext/events/discord/GuildUpdate

Functions

onGuildUpdate

GuildUpdate

Dispatched when the guild is updated.

Note that the new data may be partial

Function Signature
--- GuildUpdate
---
--- Dispatched when the guild is updated.
---
--- Note that the new data may be partial
function onGuildUpdate(event: Primitives.Event, callback: (new: discord.GuildObject) -> ()) end

Arguments

event

Primitives.Event

callback

Function Signature
callback: (new: discord.GuildObject) -> ()

Arguments

new

discord.GuildObject

Last updated on