public AddInfoCommand( ICustomChatCommandsClient customChatCommandsClient, ILogger <AddInfoCommand> logger ) { _customChatCommandsClient = customChatCommandsClient; _logger = logger; }
public CommandHelper( ICustomChatCommandsClient customChatCommandsClient ) { _customChatCommandsClient = customChatCommandsClient; }