Interface: CommandEntry
Extends
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[];
Inherited from
defaultMemberPermissions?
optional defaultMemberPermissions: string | number | bigint;
Inherited from
CommandConfig
.defaultMemberPermissions
description?
optional description: string;
Inherited from
descriptionLocalizations?
optional descriptionLocalizations: Record<string, string>;
Inherited from
CommandConfig
.descriptionLocalizations
dmPermission?
optional dmPermission: boolean;
Deprecated
Use contexts
instead
Inherited from
integrationTypes?
optional integrationTypes: any[];
Inherited from
CommandConfig
.integrationTypes
nameLocalizations?
optional nameLocalizations: Record<string, string>;
Inherited from
CommandConfig
.nameLocalizations
options?
optional options: readonly CommandOption[];
Inherited from
sage?
optional sage: false | SageOptions;
Inherited from
subcommands?
optional subcommands: Record<string, CommandEntry>;
timeout?
optional timeout: number;