Interface: CommandConfig
Extends
Extended by
Properties
__auto?
optional __auto: true;
Inherited from
__module?
optional __module: string;
Inherited from
__path?
optional __path: string;
Inherited from
__plugin?
optional __plugin: object;
Name | Type |
---|---|
name | string |
path | string |
Inherited from
contexts?
optional contexts: any[];
defaultMemberPermissions?
optional defaultMemberPermissions: string | number | bigint;
description?
optional description: string;
Inherited from
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;