Interface: ArgumentOptions
Hierarchy
↳
ArgumentOptions
Properties
aliases
• Optional
Readonly
aliases: readonly string
[]
The aliases for the piece.
Default
[]
Inherited from
AliasPiece.Options.aliases
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:671
enabled
• Optional
Readonly
enabled: boolean
Whether or not the piece should be enabled. If set to false, the piece will be unloaded.
Default
true
Inherited from
AliasPiece.Options.enabled
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:420
name
• Optional
Readonly
name: string
The name for the piece.
Default
''
Inherited from
AliasPiece.Options.name
Defined in
node_modules/@sapphire/pieces/dist/index.d.ts:415