SHARDWIRE
ReferenceEvent & Data Models

BridgeCapabilities

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface BridgeCapabilities {
	events: BotEventName[];
	actions: BotActionName[];
}

Structure

On this page