The store this piece is for
The base directory to the pieces folder
The path from the pieces folder to the piece file
The options for this piece
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 name of the Piece.
The store this Piece is from.
The absolute path to this piece
The type of piece this is
Run a finalizer and catch any uncaught promises
The message that called the command
The command this finalizer is for (may be different than message.command)
The bot's response message, if one is returned
The time it took to generate the command
Disables this piece
Enables this piece
The init method to be optionally overwritten in actual pieces
Reloads this piece
The newly loaded piece
The run method to be overwritten in actual finalizers
The message used to trigger this finalizer
The command this finalizer is for (may be different than message.command)
The bot's response message, if one is returned
The time it took to generate the command
Defines the JSON.stringify behavior of this piece.
Defines toString behavior for pieces
This piece name
Unloads this piece
Generated using TypeDoc
Base class for all Klasa Finalizers. See {@tutorial CreatingFinalizers} for more information how to use this class to build custom finalizers.
CreatingFinalizers