getCommandSet method

  1. @override
CommandSet getCommandSet()

Gets a command set.

Return Command set

Implementation

@override
CommandSet getCommandSet() {
  _commandSet ??= MessageDistributionCommandSet(this);
  return _commandSet!;
}