preCallHooks property

Iterable<void Function(CommandContext)> preCallHooks

An iterable of callbacks executed before a command is executed but after all the checks for that command have succeeded.

These callbacks should be used to update this check's state.

You might also be interested in:

Implementation

Iterable<void Function(CommandContext)> get preCallHooks;