Interface: AliasPieceOptions
Defined in: projects/pieces/src/lib/structures/AliasPiece.ts:4
Extends
Properties
aliases?
readonly
optional
aliases: readonlystring
[]
Defined in: projects/pieces/src/lib/structures/AliasPiece.ts:9
The aliases for the piece.
Default
[]
enabled?
readonly
optional
enabled:boolean
Defined in: projects/pieces/src/lib/structures/Piece.ts:50
Whether or not the piece should be enabled. If set to false, the piece will be unloaded.
Default
true
Inherited from
Piece.Options.enabled
name?
readonly
optional
name:string
Defined in: projects/pieces/src/lib/structures/Piece.ts:44
The name for the piece.
Default
''
Inherited from
Piece.Options.name