HelpCommand constructor
HelpCommand()
Implementation
HelpCommand() : super(
description: 'Show all available commands',
usage: '!help',
);
HelpCommand() : super(
description: 'Show all available commands',
usage: '!help',
);