Interface: AliasPieceOptions
Defined in: projects/pieces/src/lib/structures/AliasPiece.ts:4
Extends
Properties
aliases?
readonlyoptionalaliases: readonlystring[]
Defined in: projects/pieces/src/lib/structures/AliasPiece.ts:9
The aliases for the piece.
Default
[]
enabled?
readonlyoptionalenabled: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?
readonlyoptionalname:string
Defined in: projects/pieces/src/lib/structures/Piece.ts:44
The name for the piece.
Default
''
Inherited from
Piece.Options.name