Interface: Config
Properties
clientOptions?
optional clientOptions: ClientOptions;
defaults?
optional defaults: object;
Name | Type |
---|---|
contexts ? | any [] |
defaultMemberPermissions ? | string | number | bigint |
dev ? | boolean |
help ? | boolean |
integrationTypes ? | any [] |
excludePaths?
optional excludePaths: string[];
experimental?
optional experimental: object;
Name | Type | Description |
---|---|---|
buildDirectory ? | string | - |
disableBot ? | boolean | - |
incrementalBuilds ? | boolean | - |
shard ? | any | - |
userInstall ? | boolean | Deprecated Use integrationTypes in command config instead |
flashcore?
optional flashcore: object;
Name | Type |
---|---|
keyv ? | unknown |
invite?
optional invite: object;
Name | Type |
---|---|
autoPermissions ? | boolean |
permissions ? | number | PermissionsString [] |
scopes ? | Scope [] |
logger?
optional logger: object;
Name | Type |
---|---|
drain ? | LogDrain |
enabled ? | boolean |
level ? | LogLevel |
plugins?
optional plugins: Plugin[];
roboplay?
optional roboplay: object;
Name | Type |
---|---|
node ? | "18" | "20" | "latest" |
sage?
optional sage: false | SageOptions;
seed?
optional seed: object;
Name | Type |
---|---|
description ? | string |
timeouts?
optional timeouts: object;
Name | Type |
---|---|
autocomplete ? | number |
commandDeferral ? | number |
commandRegistration ? | number |
lifecycle ? | number |
type?
optional type: "plugin" | "robo";
updateCheckInterval?
optional updateCheckInterval: number;
How often to check for updates to Robo.js in seconds. Default: 1 hour
watcher?
optional watcher: object;
Name | Type |
---|---|
ignore ? | string [] |