Interfacecorev0.4.1
interface DefaultSubscriptionsreadonly commandsDeployed: { readonly global: readonly APIApplicationCommand[]; readonly guilds: Readonly<Record<string, readonly APIApplicationCommand[]>>; }readonly handledException: { readonly denial: Notice; readonly uuid: UUID; readonly routeId: string; readonly source: FaultSource; }readonly interactionDispatched: { readonly routeId: string; readonly interactionId: string; readonly kind: `${InteractionRoutes}`; readonly outcome: DispatchOutcome; readonly fallback: boolean; readonly durationMs: number; readonly queuedMs: number; }Triggered on every write through the reply surface, several times per interaction. A write that throws reports here too, with outcome failed. A write that reaches Discord and then returns an unexpected shape publishes nothing, since the callback succeeded and carries no message to name.
readonly responseAttempted: ResponseAttemptreadonly unhandledInteractionError: { readonly error: Error; }