Skip to main content

Interface: CommandConfig

Extends

Extended by

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


descriptionLocalizations?

optional descriptionLocalizations: Record<string, string>;

dmPermission?

optional dmPermission: boolean;

Deprecated

Use contexts instead


integrationTypes?

optional integrationTypes: any[];

nameLocalizations?

optional nameLocalizations: Record<string, string>;

options?

optional options: readonly CommandOption[];

sage?

optional sage: false | SageOptions;

timeout?

optional timeout: number;

Overrides

BaseConfig.timeout