Skip to main content

Interface: ArgumentOptions

Hierarchy

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/esm/index.d.mts:861


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/esm/index.d.mts:204


name

Optional Readonly name: string

The name for the piece.

Default

''

Inherited from

AliasPiece.Options.name

Defined in

node_modules/@sapphire/pieces/dist/esm/index.d.mts:199