executeStoredIgnored
inline suspend fun Webhook.executeStoredIgnored(threadId: Snowflake? = null, builder: WebhookMessageCreateBuilder.() -> Unit)
Execute this webhook using the token stored within the object, ignoring the response. If threadId is provided, execute the webhook in that thread.
This is a "fire-and-forget" variant of execute. It won't wait for a response and may not throw an exception if the request fails.
Note: We will deprecate and remove this function if Kord implements their own.
Throws
if the webhook object doesn't contain a token.
RestRequestException
if something went wrong during the request.