Skip to main content

Interface: ContextConfig

Extends

Properties

__auto?

optional __auto: true;

Inherited from

BaseConfig.__auto


__module?

optional __module: string;

Inherited from

BaseConfig.__module


__path?

optional __path: string;

Inherited from

BaseConfig.__path


__plugin?

optional __plugin: object;
NameType
namestring
pathstring

Inherited from

BaseConfig.__plugin


contexts?

optional contexts: any[];

defaultMemberPermissions?

optional defaultMemberPermissions: string | number | bigint;

description?

optional description: string;

Inherited from

BaseConfig.description


dmPermission?

optional dmPermission: boolean;

Deprecated

Use contexts instead


integrationTypes?

optional integrationTypes: any[];

nameLocalizations?

optional nameLocalizations: Record<string, string>;

sage?

optional sage: false | SageOptions;

timeout?

optional timeout: number;

Overrides

BaseConfig.timeout