.cache
Type: Collection
.client
Type: Client
.shouldCacheWebhook
.delete(serverId:string
,
webhookId:string
)
Type: Promise<unknown>
Delete a webhook
.fetchMany(serverId:string
,
channelId:string
)
Type: Promise<Collection>
Get a server's webhooks
.update(serverId:string
,
webhookId:string
,
options:RESTPutServerWebhookBody)
Type: Promise<Webhook>
Update a webhook