executeIgnored

inline suspend fun WebhookBehavior.executeIgnored(token: String, threadId: Snowflake? = null, builder: WebhookMessageCreateBuilder.() -> Unit)(source)

Requests to execute this webhook.

This is a 'fire and forget' variant of execute. It will not wait for a response and might not throw an Exception if the request wasn't executed.

If threadId is specified the execution will occur in that thread.

Throws

if something went wrong during the request.