Interface: SubcommandOptions
subcommands/src.SubcommandOptions
Hierarchy
Options
↳
SubcommandOptions
Properties
aliases
• Optional
Readonly
aliases: readonly string
[]
Inherited from
Command.Options.aliases
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:671
cooldownDelay
• Optional
cooldownDelay: number
Inherited from
Command.Options.cooldownDelay
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1993
cooldownFilteredUsers
• Optional
cooldownFilteredUsers: string
[]
Inherited from
Command.Options.cooldownFilteredUsers
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:2006
cooldownLimit
• Optional
cooldownLimit: number
Inherited from
Command.Options.cooldownLimit
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1987
cooldownScope
• Optional
cooldownScope: BucketScope
Inherited from
Command.Options.cooldownScope
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1999
description
• Optional
description: string
Inherited from
Command.Options.description
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1936
detailedDescription
• Optional
detailedDescription: DetailedDescriptionCommand
Inherited from
Command.Options.detailedDescription
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1942
enabled
• Optional
Readonly
enabled: boolean
Inherited from
Command.Options.enabled
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:420
flags
• Optional
flags: boolean
| readonly string
[]
Inherited from
Command.Options.flags
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:457
fullCategory
• Optional
fullCategory: string
[]
Inherited from
Command.Options.fullCategory
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1956
generateDashLessAliases
• Optional
generateDashLessAliases: boolean
Overrides
Command.Options.generateDashLessAliases
Defined in
projects/plugins/packages/subcommands/src/lib/Subcommand.ts:379
generateUnderscoreLessAliases
• Optional
generateUnderscoreLessAliases: boolean
Inherited from
Command.Options.generateUnderscoreLessAliases
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1930
name
• Optional
Readonly
name: string
Inherited from
Command.Options.name
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:415
nsfw
• Optional
nsfw: boolean
Inherited from
Command.Options.nsfw
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1981
options
• Optional
options: boolean
| readonly string
[]
Inherited from
Command.Options.options
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:464
preconditions
• Optional
preconditions: readonly PreconditionEntryResolvable
[]
Inherited from
Command.Options.preconditions
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1963
prefixes
• Optional
prefixes: string
[]
Inherited from
Command.Options.prefixes
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:469
quotes
• Optional
quotes: [string
, string
][]
Inherited from
Command.Options.quotes
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:1975
requiredClientPermissions
• Optional
requiredClientPermissions: PermissionResolvable
Inherited from
Command.Options.requiredClientPermissions
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:2012
requiredUserPermissions
• Optional
requiredUserPermissions: PermissionResolvable
Inherited from
Command.Options.requiredUserPermissions
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:2018
runIn
• Optional
runIn: null
| CommandOptionsRunType
| CommandOptionsRunTypeEnum
| readonly (CommandOptionsRunType
| CommandOptionsRunTypeEnum
)[]
Inherited from
Command.Options.runIn
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:2024
separators
• Optional
separators: string
[]
Inherited from
Command.Options.separators
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:474
subcommands
• Optional
subcommands: SubcommandMappingArray
Defined in
projects/plugins/packages/subcommands/src/lib/Subcommand.ts:368
typing
• Optional
typing: boolean
Inherited from
Command.Options.typing
Defined in
node_modules/@sapphire/framework/dist/index.d.ts:2030