editStored

inline suspend fun Webhook.editStored(builder: WebhookModifyBuilder.() -> Unit): Webhook

Edit this webhook using the token stored within the object.

Note: We will deprecate and remove this function if Kord implements their own.

Return

The updated Webhook.

Throws

if the webhook object doesn't contain a token.

RestRequestException

if something went wrong during the request.