YoutubeChatCommand constructor

YoutubeChatCommand()

Implementation

YoutubeChatCommand() {
  addSubcommand(YoutubeListChatCommand());
  addSubcommand(YoutubeInsertChatCommand());
  addSubcommand(YoutubeDeleteChatCommand());
  addSubcommand(YoutubeAnswerChatCommand());
}