SHARDWIRE
ReferenceWorkflow Helpers

deferThenEditInteractionReply

Defer a slash/menu interaction, then edit the deferred reply. Useful for long-running handlers that must acknowledge within Discord's window.

function exported from src/workflows/interaction.ts.

Summary

Defer a slash/menu interaction, then edit the deferred reply. Useful for long-running handlers that must acknowledge within Discord's window.

Signature

/**
 * Defer a slash/menu interaction, then edit the deferred reply.
 * Useful for long-running handlers that must acknowledge within Discord's window.
 *
 * @see https://shardwire.js.org/docs/reference/workflows/defer-then-edit-interaction-reply/
 */
export async function deferThenEditInteractionReply(app: Pick<AppBridge, 'actions'>, args:;

On this page