@antiraid-ext/events/discord/WebhookUpdate
API reference for @antiraid-ext/events/discord/WebhookUpdate
@antiraid-ext/events/discord/WebhookUpdate
Functions
onWebhookUpdate
WebhookUpdate
Dispatched when a channel’s webhook is updated.
Function Signature
--- WebhookUpdate
---
--- Dispatched when a channel’s webhook is updated.
function onWebhookUpdate(event: Primitives.Event, callback: (payload: discordGateway.WebhooksUpdatePayload) -> ()) end
Arguments
event
callback
Function Signature
callback: (payload: discordGateway.WebhooksUpdatePayload) -> ()
Arguments
payload
Last updated on