The extendable store
The base directory to the pieces folder
The options for this extendable
The client this Piece was created with.
The base directory this Piece is stored in.
Whether or not the Piece is enabled.
The file location where this Piece is stored.
The instance property descriptors of this extendable
The name of the Piece.
The original property descriptors for each of the original classes
The static property descriptors of this extendable
The store this Piece is from.
The discord classes this extendable applies to
The absolute path to this piece
The type of piece this is
Disables this piece
Enables this piece
The init method to apply the extend method to the @klasa/core Class
Reloads this piece
The newly loaded piece
Defines the JSON.stringify behavior of this extendable.
Defines toString behavior for pieces
This piece name
Unloads this piece
Generated using TypeDoc
Base class for all Klasa Extendables. See {@tutorial CreatingExtendables} for more information how to use this class to build custom extendables.
CreatingExtendables