Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Hooks

Hierarchy

  • Hooks

Index

Properties

Optional postCheck

postCheck: undefined | ((msg: Message<TextableChannel>, args: string[], checksPassed: boolean) => void)

Optional postCommand

postCommand: undefined | ((msg: Message<TextableChannel>, args: string[], sent?: Message<TextableChannel>) => void)

Optional postExecution

postExecution: undefined | ((msg: Message<TextableChannel>, args: string[], executionSuccess: boolean) => void)

Optional preCommand

preCommand: undefined | ((msg: Message<TextableChannel>, args: string[]) => void)

Generated using TypeDoc