Abstract
Inhibitor ID.
Options for the inhibitor.
The category this module belongs to.
The ID of the category this module belongs to.
The client thant instantiated this module.
The filepath of this module.
The handler for this module.
The ID of this module.
The priority of the inhibitor.
Reason emitted when command is inhibited.
The type of the inhibitor for when it should run.
Abstract
execChecks if message should be blocked. A return value of true will block the message. If returning a Promise, a resolved value of true will block the message.
Message being handled.
Optional
command: CommandCommand to check.
Checks if message should be blocked. A return value of true will block the message. If returning a Promise, a resolved value of true will block the message.
Message being handled.
Optional
command: CommandCommand to check.
Represents an inhibitor.