YoutubeChatCommand constructor Null safety
Implementation
YoutubeChatCommand() {
addSubcommand(YoutubeListChatCommand());
addSubcommand(YoutubeInsertChatCommand());
addSubcommand(YoutubeDeleteChatCommand());
addSubcommand(YoutubeAnswerChatCommand());
}