Interface
AddClientRuntimeOptions
Properties
| Name | Type | Description |
|---|---|---|
| client? | Client | Prebuilt, not-yet-logged-in Client. Must not already be connected. |
| clientOptions? | ClientOptions | Construct a new Client with these options (ignored when client or discovery is set). |
| discovery? | DiscoveryOrigin | Discover endpoints via GET /.well-known/fluxer from this origin. |
| id | string | Unique runtime id within this cluster (not a snowflake). |
| signal? | AbortSignal | Abort signal for this add operation (also aborted by remove / destroy). |
| token | string | Bot token issued by the target instance. Required; never shared across runtimes. |