Interface: PieceOptions
Defined in: projects/pieces/src/lib/structures/Piece.ts:39
The options for the Piece.
Properties
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
name?
readonlyoptionalname:string
Defined in: projects/pieces/src/lib/structures/Piece.ts:44
The name for the piece.
Default
''