💭Webhook

Properties

Constructor

new Webhook(rawData, client)

Do not use this constructor unless you know what you're doing. This constructor is used to return you rawdata into component.

Methods

edit()

Edit the webhook.

Returns: Promise<Webhook>

delete()

Delete the webhook.

Returns: Promise<void>

Last updated