SHARDWIRE
ReferenceEvent & Data Models

ReadyEventPayload

Reference for `ReadyEventPayload`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for ReadyEventPayload, exported as part of the public Shardwire surface.

Signature

export interface ReadyEventPayload extends EventEnvelopeBase {
	user: BridgeUser;
}

Structure

On this page