Chameleon
Preparing search index...
ClientOptions
Interface ClientOptions<TIntents>
interface
ClientOptions
<
TIntents
extends
readonly
IntentResolvable
[]
>
{
token
:
string
;
intents
:
TIntents
;
largeThreshold
?:
number
;
sharding
?:
{
shards
:
number
[]
;
total
:
number
}
|
"auto"
;
cluster
?:
boolean
;
cache
?:
StoreOptions
;
debug
?:
boolean
;
}
Type Parameters
TIntents
extends
readonly
IntentResolvable
[]
Index
Properties
token
intents
large
Threshold?
sharding?
cluster?
cache?
debug?
Properties
token
token
:
string
intents
intents
:
TIntents
Optional
large
Threshold
largeThreshold
?:
number
Optional
sharding
sharding
?:
{
shards
:
number
[]
;
total
:
number
}
|
"auto"
Optional
cluster
cluster
?:
boolean
Optional
cache
cache
?:
StoreOptions
Optional
debug
debug
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
token
intents
large
Threshold
sharding
cluster
cache
debug
Chameleon
Loading...