Function CommandObject.this

Prototype

this(
  string[] triggers,
  void delegate(CommandEvent) func
);