Interface: CommandOptions
Hierarchy
FlagStrategyOptions
↳
CommandOptions
Properties
aliases
• Optional
Readonly
aliases: readonly string
[]
Inherited from
AliasPiece.Options.aliases
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:671
cooldownDelay
• Optional
cooldownDelay: number
Defined in
projects/framework/src/lib/structures/Command.ts:682
cooldownFilteredUsers
• Optional
cooldownFilteredUsers: string
[]
Defined in
projects/framework/src/lib/structures/Command.ts:697
cooldownLimit
• Optional
cooldownLimit: number
Defined in
projects/framework/src/lib/structures/Command.ts:675
cooldownScope
• Optional
cooldownScope: BucketScope
Defined in
projects/framework/src/lib/structures/Command.ts:689
description
• Optional
description: string
Defined in
projects/framework/src/lib/structures/Command.ts:618
detailedDescription
• Optional
detailedDescription: DetailedDescriptionCommand
Defined in
projects/framework/src/lib/structures/Command.ts:625
enabled
• Optional
Readonly
enabled: boolean
Inherited from
AliasPiece.Options.enabled
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:420
flags
• Optional
flags: boolean
| readonly string
[]
Inherited from
FlagStrategyOptions.flags
Defined in
projects/framework/src/lib/utils/strategies/FlagUnorderedStrategy.ts:14
fullCategory
• Optional
fullCategory: string
[]
Defined in
projects/framework/src/lib/structures/Command.ts:640
generateDashLessAliases
• Optional
generateDashLessAliases: boolean
Defined in
projects/framework/src/lib/structures/Command.ts:604
generateUnderscoreLessAliases
• Optional
generateUnderscoreLessAliases: boolean
Defined in
projects/framework/src/lib/structures/Command.ts:611
name
• Optional
Readonly
name: string
Inherited from
AliasPiece.Options.name
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:415
nsfw
• Optional
nsfw: boolean
Defined in
projects/framework/src/lib/structures/Command.ts:668
options
• Optional
options: boolean
| readonly string
[]
Inherited from
FlagStrategyOptions.options
Defined in
projects/framework/src/lib/utils/strategies/FlagUnorderedStrategy.ts:22
preconditions
• Optional
preconditions: readonly PreconditionEntryResolvable
[]
Defined in
projects/framework/src/lib/structures/Command.ts:648
prefixes
• Optional
prefixes: string
[]
Inherited from
FlagStrategyOptions.prefixes
Defined in
projects/framework/src/lib/utils/strategies/FlagUnorderedStrategy.ts:28
quotes
• Optional
quotes: [string
, string
][]
Defined in
projects/framework/src/lib/structures/Command.ts:661
requiredClientPermissions
• Optional
requiredClientPermissions: PermissionResolvable
Defined in
projects/framework/src/lib/structures/Command.ts:704
requiredUserPermissions
• Optional
requiredUserPermissions: PermissionResolvable
Defined in
projects/framework/src/lib/structures/Command.ts:711
runIn
• Optional
runIn: null
| CommandOptionsRunType
| CommandOptionsRunTypeEnum
| readonly (CommandOptionsRunType
| CommandOptionsRunTypeEnum
)[]
Defined in
projects/framework/src/lib/structures/Command.ts:718
separators
• Optional
separators: string
[]
Inherited from
FlagStrategyOptions.separators
Defined in
projects/framework/src/lib/utils/strategies/FlagUnorderedStrategy.ts:34
typing
• Optional
typing: boolean